Update i3.conf
This commit is contained in:
parent
30b368009a
commit
1b2fda4029
@ -22,7 +22,15 @@ floating_modifier $mod
|
|||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec dmenu_run
|
# bindsym $mod+d exec dmenu
|
||||||
|
|
||||||
|
# Rofi bindings
|
||||||
|
bindsym $mod+d exec rofi -show run
|
||||||
|
bindsym $mod+shift+d exec rofi -show window
|
||||||
|
|
||||||
|
# enable Alt+Tab Functionality
|
||||||
|
bindsym $mod+Tab workspace next
|
||||||
|
bindsym $mod+Shift+Tab workspace prev
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user