mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Moved i3 scripts
This commit is contained in:
@ -14,8 +14,12 @@ bindsym XF86AudioMute exec amixer set Master toggle # mute sound
|
||||
bindsym XF86Launch1 exec xset -display :0.0 dpms force off
|
||||
|
||||
# Turn off trackpad
|
||||
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
|
||||
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh &
|
||||
bindsym $mod+Shift+u exec sh ~/.config/scripts/trackpad-toggle.sh
|
||||
exec --no-startup-id ~/.config/scripts/trackpad-toggle.sh &
|
||||
|
||||
# Lockscreen
|
||||
bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh
|
||||
bindsym $mod+Shift+h exec sh ~/.config/scripts/lock.sh
|
||||
|
||||
# Desktop background
|
||||
exec --no-startup-id exec compton &
|
||||
exec --no-startup-id exec feh --bg-scale ~/Pictures/wallpaper/0001.jpg
|
Reference in New Issue
Block a user