diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index bccd35d..b6bcac2 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -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 diff --git a/i3/config b/i3/config index 9963455..7b57e35 100644 --- a/i3/config +++ b/i3/config @@ -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