mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
# Screen brightness controls
|
|
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
|
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
|
|
|
# Pulse Audio controls
|
|
bindsym XF86AudioRaiseVolume exec amixer set Master 3%+ #increase sound volume
|
|
bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume
|
|
bindsym XF86AudioMute exec amixer set Master toggle # toggle sound
|
|
bindsym XF86AudioMicMute exec amixer set Capture toggle # toggle mic
|
|
|
|
# Turn off trackpad
|
|
bindsym $mod+Shift+u exec sh ~/dotfiles/scripts/trackpad-toggle.sh
|
|
exec --no-startup-id ~/dotfiles/scripts/trackpad-toggle.sh
|
|
|
|
# Desktop background
|
|
output "*" bg ~/Pictures/wallpaper/0001.jpg fill
|
|
|
|
# Turn off the screen
|
|
bindsym XF86Launch1 exec xset -display :0.0 dpms force off
|
|
|
|
# Start up programs
|
|
for_window [class="Firefox"] move to workspace $ws1
|
|
for_window [class="emacs" title="emacs@*"] move to workspace $ws2
|
|
for_window [class="jetbrains-studio"] move to workspace $ws3
|
|
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
|
|
|
|
exec mako
|
|
exec --no-startup-id "firefox"
|
|
|