support for 2015 Retina MacBook
This commit is contained in:
parent
ff9200e764
commit
83dbc23065
1 changed files with 4 additions and 2 deletions
|
@ -39,6 +39,8 @@ output * bg $background fill
|
||||||
#
|
#
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
|
|
||||||
|
output eDP-1 scale 1.5
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
|
@ -165,8 +167,8 @@ font pango:JetBrainsMonoNerdFont 9
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id "pamixer -d 5"
|
bindsym XF86AudioLowerVolume exec --no-startup-id "pamixer -d 5"
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id "brightnessctl s 10%+"
|
bindsym XF86MonBrightnessUp exec --no-startup-id "brightnessctl s 10%+"
|
||||||
bindsym XF86MonBrightnessDown 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 XF86KbdBrightnessUp exec --no-startup-id "brightnessctl --device '*::kbd_backlight' s 10%+"
|
||||||
bindsym XF86KbdBrightnessDown exec --no-startup-id "brightnessctl --device 'smc::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 XF86AudioPrev exec --no-startup-id "playerctl previous"
|
||||||
bindsym XF86AudioPlay exec --no-startup-id "playerctl play-pause"
|
bindsym XF86AudioPlay exec --no-startup-id "playerctl play-pause"
|
||||||
bindsym XF86AudioNext exec --no-startup-id "playerctl next"
|
bindsym XF86AudioNext exec --no-startup-id "playerctl next"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue