mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# Display
|
|
output eDP-1 scale 1.0
|
|
|
|
# Desktop background
|
|
output "*" bg ~/Pictures/wallpaper/0000.jpg fill
|
|
|
|
# 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
|
|
|
|
# media controls
|
|
bindsym XF86AudioPrev exec playerctl previous
|
|
bindsym XF86AudioPlay exec playerctl play-pause
|
|
bindsym XF86AudioNext exec playerctl next
|
|
|
|
# Touchpad Settings
|
|
input "2362:628:PIXA3854:00_093A:0274_Touchpad" {
|
|
accel_profile flat
|
|
click_method clickfinger
|
|
dwt disabled
|
|
natural_scroll enabled
|
|
scroll_method two_finger
|
|
tap enabled
|
|
}
|
|
|
|
# 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
|
|
|
|
|
|
# Notifications
|
|
exec mako
|
|
|
|
# Startup Programs
|
|
exec --no-startup-id "firefox"
|
|
|