diff options
| -rw-r--r-- | .config/sway/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/sway/config b/.config/sway/config index ad65f8a..5a5bbd2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -49,7 +49,7 @@ focus_follows_mouse no focus_on_window_activation smart # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -# ┃ Outputs ┃ +# ┃ Outputs ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ output * bg ~/.wallpaper fill @@ -65,7 +65,7 @@ output 'Acer Technologies EK220Q H3 14301552C3W01' { } # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -# ┃ Inputs ┃ +# ┃ Inputs ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # MSI touchpad @@ -88,7 +88,7 @@ input "type:keyboard" { } # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -# ┃ Keybinds ┃ +# ┃ Keybinds ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # Open terminal @@ -304,7 +304,7 @@ bindsym $mod+n exec pgrep wlsunset \ || wlsunset -T 4500 # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -# ┃ Window Rules ┃ +# ┃ Window Rules ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ floating_modifier $mod normal @@ -331,7 +331,7 @@ for_window [title="^launcher$"] $float_resize for_window [app_id="hayase"] inhibit_idle fullscreen # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -# ┃ Status bar ┃ +# ┃ Status bar ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ no_focus [app_id="waybar"] @@ -347,7 +347,7 @@ bar { } # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -# ┃ Autostarts ┃ +# ┃ Autostarts ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ seat * xcursor_theme Vimix-White 32 |
