Some minor updates

This commit is contained in:
t0xa 2026-02-28 15:09:49 +03:00
parent fb0d04db62
commit 75e8d5fa40
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ import = [
[env] [env]
TERM = "xterm-256color" TERM = "xterm-256color"
[window] [window]
padding.x = 10 padding.x = 12
padding.y = 10 padding.y = 10
decorations = "Buttonless" decorations = "Buttonless"
@ -24,6 +24,6 @@ decorations = "Buttonless"
option_as_alt = "Both" option_as_alt = "Both"
[font] [font]
normal = {family = "RobotoMono Nerd Font", style = "Regular"} normal = {family = "JetBrainsMono Nerd Font", style = "Mono"}
size = 10 size = 10

View file

@ -171,7 +171,7 @@ title_align center
exec --no-startup-id xrandr --output DP-4 --mode 2560x1440 --rate 165.08 exec --no-startup-id xrandr --output DP-4 --mode 2560x1440 --rate 165.08
# Configure workspaces on monitors # Configure workspaces on monitors
set $mon_1 = "HDMI-A-0" set $mon_1 = "HDMI-A-0"
set $mon_2 = "DisplayPort-1" set $mon_2 = "DisplayPort-0"
workspace 1 output $mon_1 workspace 1 output $mon_1
workspace 2 output $mon_1 workspace 2 output $mon_1
workspace 3 output $mon_1 workspace 3 output $mon_1