diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-22 09:42:42 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-22 09:42:42 -0400 |
| commit | ffff12d1a5c6e18bc29f20329fe15c86f6c667da (patch) | |
| tree | 87ac90e20c6275197c3411609c21df30f1aa3fc4 /.config/i3/config | |
| parent | 1dc42a4f86cc1eeb92d094d92a5e1ae145010ff7 (diff) | |
| download | eibhear-ffff12d1a5c6e18bc29f20329fe15c86f6c667da.tar.gz eibhear-ffff12d1a5c6e18bc29f20329fe15c86f6c667da.tar.zst eibhear-ffff12d1a5c6e18bc29f20329fe15c86f6c667da.zip | |
etc
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index d9b317d..e6bbe04 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -46,7 +46,7 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev -bindsym $mod+Shift+Escape exec prompt "Log out of i3?" "i3 exit" +bindsym $mod+Shift+Escape exec --no-startup-id prompt "Exit i3?" "i3 exit" # bindsym $mod+BackSpace bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Reboot computer?" "$reboot" @@ -230,6 +230,7 @@ bindsym $mod+F9 exec --no-startup-id dmenumount bindsym $mod+F10 exec --no-startup-id dmenuumount bindsym $mod+F11 exec --no-startup-id ducksearch bindsym $mod+F12 exec $term -e nmtui +bindsym $mod+Shift+F1 exec --no-startup-id grep LARBSWELCOME ~/.xprofile && ( sed -i "/LARBSWELCOME/d" ~/.xprofile && notify-send "LARBS welcome message" "Welcome message disabled. Press Super+Shift+F1 again to reverse." ) || ( echo "notify-send -i "$HOME/.local/share/larbs/larbs.png" \"Welcome to LARBS\" \"Press super+F1 for the help menu.\" # LARBSWELCOME" >> ~/.xprofile && notify-send "LARBS welcome message" "Welcome message re-enabled." ) # #---Arrow Keys---# # bindsym $mod+Left focus left |
