diff options
-rw-r--r-- | i3.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,6 +60,9 @@ bindsym $mod+w exec rofi -show window -matching fuzzy daemon # show both bindsym $mod+space exec rofi -show combi -matching fuzzy daemon +# lock bind +bindsym $mod+Ctrl+l exec i3lock + # change focus bindsym $mod+h focus left bindsym $mod+j focus down |