aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-05-02 00:11:36 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:36 +0200
commit276262410880fcb6c27a3a0e5f9308a5a1cb7bd3 (patch)
tree83d5be9a642ae203276c108cfe84459cac7be6a8 /.config
parentd208e0ee9daecf96010a80275a9f61db3f21f87a (diff)
Add rofi
Diffstat (limited to '.config')
-rw-r--r--.config/rofi/config21
-rw-r--r--.config/sxhkd/sxhkdrc5
2 files changed, 25 insertions, 1 deletions
diff --git a/.config/rofi/config b/.config/rofi/config
new file mode 100644
index 0000000..cea006e
--- /dev/null
+++ b/.config/rofi/config
@@ -0,0 +1,21 @@
+! behaviour
+rofi.modi: run,ssh
+rofi.terminal: term
+rofi.ssh-client: mosh
+rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
+rofi.sort: true
+rofi.levenshtein: true
+rofi.sidebar-mode: true
+
+! looks
+rofi.fixed-num-lines: false
+rofi.yoffset: -250
+
+! color
+rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
+
+! keybindings
+rofi.kb-clear-line:
+rofi.kb-remove-word-back: Control+w,Control+BackSpace
+rofi.kb-mode-previous: Control+Alt+h
+rofi.kb-mode-next: Control+Alt+l
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index a4b565a..93024ed 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -6,7 +6,10 @@ super + alt + Return
term -c
super + e
- dmenu_run
+ rofi -show run
+
+super + p
+ ipass
super + u
perl6 -e "'$(dmenu -i < $HOME/.local/etc/uninames.txt)'.uniparse.print" | xdotool type --file -