mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Cleaned up redundant bindings and made i3 lock work
This commit is contained in:
parent
b43bb1de05
commit
64e36012ac
@ -30,7 +30,6 @@ 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 "Exit i3?" "i3-msg exit"
|
||||
|
||||
#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
|
||||
|
||||
@ -12,7 +12,6 @@ super + Return
|
||||
$TERMINAL
|
||||
super + shift + Return
|
||||
samedir
|
||||
|
||||
super + shift + a
|
||||
$TERMINAL -e alsamixer; pkill -RTMIN+10 $STATUSBAR
|
||||
super + b
|
||||
@ -24,7 +23,7 @@ super + shift + c
|
||||
super + d
|
||||
dmenu_run
|
||||
super + m
|
||||
spotify #$TERMINAL -e spt
|
||||
spotify
|
||||
super + n
|
||||
nautilus
|
||||
super + shift + q
|
||||
@ -35,22 +34,20 @@ super + w
|
||||
$TERMINAL -e sudo nmtui
|
||||
super + shift + w
|
||||
$BROWSER
|
||||
|
||||
# Et cetera...
|
||||
super + grave
|
||||
dmenuunicode
|
||||
super + Scroll_Lock
|
||||
ifinstall screenkey && (killall screenkey || screenkey)
|
||||
ifinstalled screenkey && (killall screenkey || screenkey)
|
||||
super + Insert
|
||||
showclip
|
||||
super + x
|
||||
ifinstalled i3lock && i3lock --color 000000 --show-failed-attempts --radius 120 --ring-width 10.0
|
||||
super + shift + x
|
||||
prompt "Shutdown computer?" "sudo -A shutdown -h now"
|
||||
super + shift + BackSpace
|
||||
prompt "Reboot computer?" "sudo -A reboot"
|
||||
super + shift + Escape
|
||||
prompt 'Leave Xorg?' 'killall Xorg'
|
||||
super + x
|
||||
ifinstalled i3lock && i3lock --color 000000 --indicator --radius 120 --ring-width 10.0
|
||||
|
||||
# Recording
|
||||
# Take screenshot
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user