prompt more terse for "efficiency" or something
This commit is contained in:
parent
205f24f608
commit
450e91209a
1 changed files with 4 additions and 4 deletions
|
@ -101,10 +101,10 @@ bindsym $mod+Shift+space floating toggle
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
|
|
||||||
bindsym $mod+Escape workspace prev
|
bindsym $mod+Escape workspace prev
|
||||||
bindsym $mod+Shift+Escape exec --no-startup-id prompt "Are you sure you want to leave i3?" "i3-msg exit"
|
bindsym $mod+Shift+Escape exec --no-startup-id prompt "Exit i3?" "i3-msg exit"
|
||||||
|
|
||||||
# bindsym $mod+BackSpace
|
# bindsym $mod+BackSpace
|
||||||
bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Are you sure you want to reboot?" "$reboot"
|
bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Reboot computer?" "$reboot"
|
||||||
|
|
||||||
##bindsym $mod+grave
|
##bindsym $mod+grave
|
||||||
##bindsym $mod+asciitilde
|
##bindsym $mod+asciitilde
|
||||||
|
@ -178,7 +178,7 @@ bindsym $mod+z gaps outer current plus 5
|
||||||
bindsym $mod+Shift+z gaps outer current minus 5
|
bindsym $mod+Shift+z gaps outer current minus 5
|
||||||
|
|
||||||
bindsym $mod+x exec --no-startup-id lockscreen
|
bindsym $mod+x exec --no-startup-id lockscreen
|
||||||
bindsym $mod+Shift+x exec --no-startup-id prompt "Are you sure you want to shutdown?" "$shutdown"
|
bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown"
|
||||||
|
|
||||||
bindsym $mod+c exec --no-startup-id camtoggle
|
bindsym $mod+c exec --no-startup-id camtoggle
|
||||||
##bindsym $mod+Shift+c
|
##bindsym $mod+Shift+c
|
||||||
|
@ -342,7 +342,7 @@ bindsym Control+XF86AudioLowerVolume exec --no-startup-id lmc down 1
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id lmc up 5
|
bindsym XF86AudioRaiseVolume exec --no-startup-id lmc up 5
|
||||||
bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id lmc up 10
|
bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id lmc up 10
|
||||||
bindsym Control+XF86AudioRaiseVolume exec --no-startup-id lmc up 1
|
bindsym Control+XF86AudioRaiseVolume exec --no-startup-id lmc up 1
|
||||||
bindsym XF86PowerOff exec --no-startup-id prompt "Are you sure you want to shutdown?" "$shutdown"
|
bindsym XF86PowerOff exec --no-startup-id prompt "Shutdown computer?" "$shutdown"
|
||||||
##bindsym XF86Copy exec
|
##bindsym XF86Copy exec
|
||||||
##bindsym XF86Open exec
|
##bindsym XF86Open exec
|
||||||
##bindsym XF86Paste exec
|
##bindsym XF86Paste exec
|
||||||
|
|
Loading…
Reference in a new issue