diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-06-20 01:21:01 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-06-20 01:21:01 +0200 |
| commit | bc68131f0f66081adf96737fd729988e0373c1e2 (patch) | |
| tree | 518ab2db327e042b6ff2f364536b8a2215a32d63 /dot.config-i3-config | |
| parent | 0f76c6c33aac439c0ae458b2aaf1a3ca7b38cdf1 (diff) | |
Replace dmenu with rofi
Diffstat (limited to 'dot.config-i3-config')
| -rw-r--r-- | dot.config-i3-config | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dot.config-i3-config b/dot.config-i3-config index 899a92e..f7c87e9 100644 --- a/dot.config-i3-config +++ b/dot.config-i3-config @@ -19,12 +19,9 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+c kill -# start dmenu (a program launcher) -bindsym $mod+Shift+p exec dmenu_run -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. -bindsym $mod+p exec --no-startup-id i3-dmenu-desktop +# start rofi (a program launcher) +bindsym $mod+Shift+p exec rofi -show run +bindsym $mod+p exec rofi -show drun # change focus bindsym $mod+n focus left @@ -164,4 +161,4 @@ bindsym $mod+F1 exec setxkbmap de bone bindsym $mod+Shift+F1 exec setxkbmap de bindsym $mod+F2 exec setxkbmap de ru bindsym $mod+F3 exec setxkbmap gr -bindsym $mod+F4 exec setxkbmap us
\ No newline at end of file +bindsym $mod+F4 exec setxkbmap us |
