diff options
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index da3dd07..cb0903d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,8 +17,8 @@ bindsym $mod+e exec pcmanfm bindsym $mod+f fullscreen toggle # Rofi -bindsym $mod+d exec rofi -show drun -show-icons -theme rofi -bindsym $mod+Tab exec rofi -show window -show-icons -theme rofi +bindsym $mod+d exec rofi -show drun -show-icons -theme rofi -drun-display-format {name} +bindsym Mod1+Tab exec rofi -show window -show-icons -theme rofi -drun-display-format {name} bindsym Mod1+b exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons -theme rofi bindsym $mod+Shift+p exec rofi -show p -theme rofi -modi p:rofi-power-menu |