mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Framework mouse, screen brightness, and media controls
This commit is contained in:
parent
b4cf9eccef
commit
1719a9bb70
@ -1,11 +1,39 @@
|
||||
# Display
|
||||
output eDP-1 scale 1
|
||||
output eDP-1 scale 1.0
|
||||
|
||||
# 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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user