diff --git a/.config/alacritty.yml b/.config/alacritty.yml index af2e244..84dac53 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -157,7 +157,7 @@ font: #style: Bold Italic # Point size - #size: 11.0 + size: 14.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter diff --git a/.config/sway/config.d/10-variables.conf b/.config/sway/config.d/10-variables.conf index c80c9ab..596c5e9 100644 --- a/.config/sway/config.d/10-variables.conf +++ b/.config/sway/config.d/10-variables.conf @@ -1,8 +1,8 @@ set $mod Mod4 # direction keys -set $left h -set $down k -set $up j +set $left h +set $down k +set $up j set $right l set $menu dmenu_path | dmenu | xargs swaymsg exec -- @@ -28,6 +28,8 @@ set $ws7 7:DOC set $ws8 8:GFX set $ws9 9:ETC +# border background text indicator child_border +client.focused #4c7899 #285577 #ffffff #2e9ef4 #e00000 default_border pixel gaps inner 4 gaps outer 4 diff --git a/.config/sway/config.d/20-io.conf b/.config/sway/config.d/20-io.conf index 2c7e687..fe9f3d4 100644 --- a/.config/sway/config.d/20-io.conf +++ b/.config/sway/config.d/20-io.conf @@ -15,8 +15,7 @@ input type:touchpad { } output { - HDMI-A-1 position 1920,0 - eDP-1 mode --custom 1920x1080@120Hz position 0,0 - * bg $wallpapers/landscape.png fill + HDMI-A-1 position 1920,0 + eDP-1 mode --custom 1920x1080@120Hz position 0,0 + * bg $wallpapers/landscape.png fill } -