ranger hotkey

This commit is contained in:
Samuel Walker 2024-05-16 06:36:23 -06:00
parent f67e1699a9
commit 4df86fe975

View File

@ -101,7 +101,7 @@ bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split) # change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split bindsym $mod+a layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
@ -110,7 +110,7 @@ bindsym $mod+Shift+space floating toggle
# bindsym $mod+space focus mode_toggle # bindsym $mod+space focus mode_toggle
# focus the parent container # focus the parent container
bindsym $mod+a focus parent # bindsym $mod+a focus parent
# focus the child container # focus the child container
bindsym $mod+d focus child bindsym $mod+d focus child
@ -190,6 +190,7 @@ bindsym --whole-window button9 workspace next_on_output
bindsym --whole-window button8 workspace prev_on_output bindsym --whole-window button8 workspace prev_on_output
bindsym $mod+Tab focus output left bindsym $mod+Tab focus output left
bindsym $mod+x exec xscreensaver-command -lock bindsym $mod+x exec xscreensaver-command -lock
bindsym $mod+e exec alacritty -e ranger
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)