diff --git a/sway/config b/sway/config index 3b8701d..6f2691f 100755 --- a/sway/config +++ b/sway/config @@ -39,6 +39,8 @@ output * bg $background fill # # You can get the names of your outputs by running: swaymsg -t get_outputs +output eDP-1 scale 1.5 + ### Idle configuration # # Example configuration: @@ -165,8 +167,8 @@ font pango:JetBrainsMonoNerdFont 9 bindsym XF86AudioLowerVolume exec --no-startup-id "pamixer -d 5" bindsym XF86MonBrightnessUp exec --no-startup-id "brightnessctl s 10%+" bindsym XF86MonBrightnessDown exec --no-startup-id "brightnessctl s 10%-" - bindsym XF86KbdBrightnessUp exec --no-startup-id "brightnessctl --device 'smc::kbd_backlight' s 10%+" - bindsym XF86KbdBrightnessDown exec --no-startup-id "brightnessctl --device 'smc::kbd_backlight' s 10%-" + bindsym XF86KbdBrightnessUp exec --no-startup-id "brightnessctl --device '*::kbd_backlight' s 10%+" + bindsym XF86KbdBrightnessDown exec --no-startup-id "brightnessctl --device '*::kbd_backlight' s 10%-" bindsym XF86AudioPrev exec --no-startup-id "playerctl previous" bindsym XF86AudioPlay exec --no-startup-id "playerctl play-pause" bindsym XF86AudioNext exec --no-startup-id "playerctl next"