mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Updated references to renames scripts
This commit is contained in:
parent
f156cb1e32
commit
b48eb2a787
@ -17,7 +17,7 @@ gaps outer $outer_gap
|
||||
set $term --no-startup-id $TERMINAL
|
||||
set $mod Mod4
|
||||
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
||||
set $stoprec --no-startup-id dmenurecord kill
|
||||
set $stoprec --no-startup-id dmenu_record kill
|
||||
|
||||
# #---Gaps---# #
|
||||
for_window [class="^.*"] border pixel 2
|
||||
@ -46,7 +46,7 @@ bindsym $mod+Shift+Return exec --no-startup-id samedir
|
||||
bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+Escape workspace prev
|
||||
bindsym $mod+grave exec --no-startup-id dmenuunicode
|
||||
bindsym $mod+grave exec --no-startup-id dmenu_unicode
|
||||
bindsym $mod+Insert exec --no-startup-id showclip
|
||||
|
||||
# #---Power Bindings---# #
|
||||
@ -202,8 +202,8 @@ for_window [title="Default - Wine desktop"] floating enable
|
||||
bindsym $mod+F2 restart
|
||||
bindsym $mod+F3 exec --no-startup-id displayselect
|
||||
bindsym $mod+F5 exec --no-startup-id $netrefresh
|
||||
bindsym $mod+F9 exec --no-startup-id dmenumount
|
||||
bindsym $mod+F10 exec --no-startup-id dmenuumount
|
||||
bindsym $mod+F9 exec --no-startup-id dmenu_mount
|
||||
bindsym $mod+F10 exec --no-startup-id dmenu_umount
|
||||
|
||||
# #---Arrow Keys---# #
|
||||
bindsym $mod+Left focus left
|
||||
@ -222,7 +222,7 @@ bindsym $mod+Ctrl+Right move workspace to output right
|
||||
# #---Screenshots/Recording---# #
|
||||
bindsym Print exec --no-startup-id maim pic-full-"$(date '+%y%m%d-%H%M-%S').png"
|
||||
bindsym Shift+Print exec --no-startup-id maimpick
|
||||
bindsym $mod+Print exec --no-startup-id dmenurecord
|
||||
bindsym $mod+Print exec --no-startup-id dmenu_record
|
||||
bindsym $mod+Scroll_Lock exec --no-startup-id "killall screenkey || screenkey"
|
||||
bindsym $mod+Delete exec $stoprec
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user