Reconfig #i3 mapping space to rofi
This commit is contained in:
@ -38,7 +38,7 @@ exec ~/var/documents/scripts/changepaper.sh
|
|||||||
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
||||||
# binds
|
# binds
|
||||||
bindsym $mod+Return exec --no-startup-id kitty
|
bindsym $mod+Return exec --no-startup-id kitty
|
||||||
bindsym $mod+space exec --no-startup-id firefox
|
bindsym $mod+shift+Return exec --no-startup-id firefox
|
||||||
bindsym $mod+shift+space exec --no-startup-id rofi-pass --insert
|
bindsym $mod+shift+space exec --no-startup-id rofi-pass --insert
|
||||||
bindsym Print exec --no-startup-id gnome-screenshot
|
bindsym Print exec --no-startup-id gnome-screenshot
|
||||||
bindsym $mod+Delete exec --no-startup-id "i3lock-fancy"
|
bindsym $mod+Delete exec --no-startup-id "i3lock-fancy"
|
||||||
@ -48,7 +48,7 @@ bindsym $mod+End exec --no-startup-id "i3lock-fancy" && systemctl suspend
|
|||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show combi
|
bindsym $mod+space exec --no-startup-id rofi -show combi
|
||||||
bindsym XF86LaunchA exec --no-startup-id rofi -show combi
|
bindsym XF86LaunchA exec --no-startup-id rofi -show combi
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# 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
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
@ -243,3 +243,5 @@ bindsym XF86Explorer exec arandr
|
|||||||
assign [class="Emacs"] $ws1
|
assign [class="Emacs"] $ws1
|
||||||
assign [class="Firefox"] $ws2
|
assign [class="Firefox"] $ws2
|
||||||
assign [class="kitty"] $ws3
|
assign [class="kitty"] $ws3
|
||||||
|
assign [class="Ripcord"] $ws4
|
||||||
|
assign [class="zoom"] $ws5
|
||||||
|
|||||||
Reference in New Issue
Block a user