mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Framework program startup, scale, and screen brightness
This commit is contained in:
parent
a91b34cb7f
commit
974706a8c3
@ -1,10 +1,11 @@
|
|||||||
# Display
|
# Display
|
||||||
output eDP-1 scale 1.0
|
output eDP-1 scale 1.25
|
||||||
|
|
||||||
# Desktop background
|
# Desktop background
|
||||||
output "*" bg ~/Pictures/wallpaper/0000.jpg fill
|
output "*" bg ~/Pictures/wallpaper/0000.jpg fill
|
||||||
|
|
||||||
# Screen brightness controls
|
# Screen brightness controls
|
||||||
|
exec light -N 1
|
||||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
||||||
|
|
||||||
@ -42,5 +43,6 @@ for_window [class="jetbrains-studio"] move to workspace $ws3
|
|||||||
exec mako
|
exec mako
|
||||||
|
|
||||||
# Startup Programs
|
# Startup Programs
|
||||||
exec --no-startup-id "firefox"
|
exec "swaymsg 'workspace $ws2; exec alacritty'"
|
||||||
|
exec "swaymsg 'workspace $ws1; exec firefox'"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user