Some minor updates
This commit is contained in:
parent
fb0d04db62
commit
75e8d5fa40
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ import = [
|
|||
[env]
|
||||
TERM = "xterm-256color"
|
||||
[window]
|
||||
padding.x = 10
|
||||
padding.x = 12
|
||||
padding.y = 10
|
||||
|
||||
decorations = "Buttonless"
|
||||
|
|
@ -24,6 +24,6 @@ decorations = "Buttonless"
|
|||
option_as_alt = "Both"
|
||||
|
||||
[font]
|
||||
normal = {family = "RobotoMono Nerd Font", style = "Regular"}
|
||||
normal = {family = "JetBrainsMono Nerd Font", style = "Mono"}
|
||||
size = 10
|
||||
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ title_align center
|
|||
exec --no-startup-id xrandr --output DP-4 --mode 2560x1440 --rate 165.08
|
||||
# Configure workspaces on monitors
|
||||
set $mon_1 = "HDMI-A-0"
|
||||
set $mon_2 = "DisplayPort-1"
|
||||
set $mon_2 = "DisplayPort-0"
|
||||
workspace 1 output $mon_1
|
||||
workspace 2 output $mon_1
|
||||
workspace 3 output $mon_1
|
||||
|
|
|
|||
Loading…
Reference in a new issue