Cleaned up redundant bindings and made i3 lock work

This commit is contained in:
Vlad Doster 2020-01-12 01:18:28 -05:00
parent b43bb1de05
commit 64e36012ac
2 changed files with 4 additions and 8 deletions

View File

@ -30,7 +30,6 @@ 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 "Exit i3?" "i3-msg exit"
#STOP/HIDE EVERYTHING: #STOP/HIDE EVERYTHING:
bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec --no-startup-id lmc pause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e $FILE bindsym $mod+Shift+Delete exec --no-startup-id lmc truemute ; exec --no-startup-id lmc pause ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e $FILE

View File

@ -12,7 +12,6 @@ super + Return
$TERMINAL $TERMINAL
super + shift + Return super + shift + Return
samedir samedir
super + shift + a super + shift + a
$TERMINAL -e alsamixer; pkill -RTMIN+10 $STATUSBAR $TERMINAL -e alsamixer; pkill -RTMIN+10 $STATUSBAR
super + b super + b
@ -24,7 +23,7 @@ super + shift + c
super + d super + d
dmenu_run dmenu_run
super + m super + m
spotify #$TERMINAL -e spt spotify
super + n super + n
nautilus nautilus
super + shift + q super + shift + q
@ -35,22 +34,20 @@ super + w
$TERMINAL -e sudo nmtui $TERMINAL -e sudo nmtui
super + shift + w super + shift + w
$BROWSER $BROWSER
# Et cetera...
super + grave super + grave
dmenuunicode dmenuunicode
super + Scroll_Lock super + Scroll_Lock
ifinstall screenkey && (killall screenkey || screenkey) ifinstalled screenkey && (killall screenkey || screenkey)
super + Insert super + Insert
showclip showclip
super + x
ifinstalled i3lock && i3lock --color 000000 --show-failed-attempts --radius 120 --ring-width 10.0
super + shift + x super + shift + x
prompt "Shutdown computer?" "sudo -A shutdown -h now" prompt "Shutdown computer?" "sudo -A shutdown -h now"
super + shift + BackSpace super + shift + BackSpace
prompt "Reboot computer?" "sudo -A reboot" prompt "Reboot computer?" "sudo -A reboot"
super + shift + Escape super + shift + Escape
prompt 'Leave Xorg?' 'killall Xorg' prompt 'Leave Xorg?' 'killall Xorg'
super + x
ifinstalled i3lock && i3lock --color 000000 --indicator --radius 120 --ring-width 10.0
# Recording # Recording
# Take screenshot # Take screenshot