diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-11 19:41:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-11 19:41:47 -0400 |
| commit | 450e91209a691e94b7c3fb81845520548b743886 (patch) | |
| tree | c439501a473ebcc16d08224e6545bf579e917ae2 /.config | |
| parent | 205f24f60847ee9c64d239f4fee2fb2dc9d917cc (diff) | |
| download | eibhear-450e91209a691e94b7c3fb81845520548b743886.tar.gz eibhear-450e91209a691e94b7c3fb81845520548b743886.tar.zst eibhear-450e91209a691e94b7c3fb81845520548b743886.zip | |
prompt more terse for "efficiency" or something
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 072d748..2fa765d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -101,10 +101,10 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle 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+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+asciitilde @@ -178,7 +178,7 @@ bindsym $mod+z gaps outer current plus 5 bindsym $mod+Shift+z gaps outer current minus 5 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+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 Shift+XF86AudioRaiseVolume exec --no-startup-id lmc up 10 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 XF86Open exec ##bindsym XF86Paste exec |
