diff --git a/i3/framework.conf b/i3/framework.conf index 5266ad0..1b30129 100644 --- a/i3/framework.conf +++ b/i3/framework.conf @@ -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"