mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Framework program startup, scale, and screen brightness
This commit is contained in:
parent
a91b34cb7f
commit
974706a8c3
@ -1,10 +1,11 @@
|
||||
# Display
|
||||
output eDP-1 scale 1.0
|
||||
output eDP-1 scale 1.25
|
||||
|
||||
# Desktop background
|
||||
output "*" bg ~/Pictures/wallpaper/0000.jpg fill
|
||||
|
||||
# Screen brightness controls
|
||||
exec light -N 1
|
||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase 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
|
||||
|
||||
# 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