diff options
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/.config/sway/config b/.config/sway/config index 094504c..01a6f4a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,16 +1,29 @@ -#========================================================== -# -# ██╗██████╗ ██████╗ █████╗ ██████╗ ███████╗ -# ██║╚════██╗ ██╔════╝ ██╔══██╗██╔══██╗██╔════╝ -# ██║ █████╔╝█████╗██║ ███╗███████║██████╔╝███████╗ -# ██║ ╚═══██╗╚════╝██║ ██║██╔══██║██╔═══╝ ╚════██║ -# ██║██████╔╝ ╚██████╔╝██║ ██║██║ ███████║ -# ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝ -# -# Please see https://i3wm.org/docs/userguide.html for a complete reference! -#========================================================== +set { + $super Mod4 + $term foot + $menu rofi -show drun -show-icons +} +font pango:JetBrainsMono NF 9 +output * bg ~/.config/wallpaper.png fill -# ======================== Startup ======================== +input { + 1240:60205:liliums_Lily58 { + xkb_layout us + xkb_options compose:ralt + } -# ============ Modkey ============ + 1:1:AT_Translated_Set_2_keyboard { + xkb_layout br + xkb_options caps:swapescape + } + + type:touchpad { + tap enabled + drag enabled + } +} + +include "~/.config/sway/config.d/*" + +exec dbus-update-activation-environment --all |