diff --git a/i3/framework.conf b/i3/framework.conf index 174d90d..97a2f1e 100644 --- a/i3/framework.conf +++ b/i3/framework.conf @@ -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'"