updated dotfiles
This commit is contained in:
+4
-4
@@ -25,7 +25,7 @@
|
||||
|
||||
monitor = eDP-1, disable # laptop built in screen
|
||||
monitor = DP-1, preferred, 0x0, 1 # AOC 4k
|
||||
monitor = DP-2, preferred, auto, 1 # LG DualUp
|
||||
monitor = DP-2, preferred, auto, 1 # LG DualUpw
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -46,9 +46,8 @@ $editor = ~/.local/bin/zed
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
exec-once = waybar
|
||||
exec-once = $terminal
|
||||
exec-once = $editor
|
||||
|
||||
|
||||
@@ -70,7 +69,7 @@ env = HYPRCURSOR_SIZE,24
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_in = 2
|
||||
gaps_out = 1
|
||||
|
||||
border_size = 1
|
||||
@@ -290,6 +289,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
workspace = 10,monitor:DP-2
|
||||
# Example windowrule
|
||||
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||
windowrule = workspace 10, class:^(Spotify)$
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
Reference in New Issue
Block a user