diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2023-03-25 00:10:18 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2023-03-25 00:10:18 +1300 |
commit | 4491d93f955c00fd247b6798c9203c4c86b11bd8 (patch) | |
tree | d7cfdfa8e251c5808ddf452a63a944c50f52caa1 /sxhkd | |
parent | Remove terminfo handling, including Vim settings (diff) | |
download | dotfiles-4491d93f955c00fd247b6798c9203c4c86b11bd8.tar.gz dotfiles-4491d93f955c00fd247b6798c9203c4c86b11bd8.zip |
Remove dmenu in favor of rofi
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/sxhkdrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index d655dc30..3864b84f 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -8,7 +8,7 @@ super + b exec x-www-browser super + d - exec dmenu_run + exec rofi -modi drun -show drun super + g exec xgoc @@ -19,9 +19,6 @@ super + i super + m exec x-terminal-emulator -e tm -super + p - exec dmenu_pass - super + t exec thunar |