diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-10-28 04:11:37 +0200 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-10-28 04:11:37 +0200 |
commit | 76b182688e2a019f9e1e7f858e0ba2c164604e9b (patch) | |
tree | 92e88dcbe533eee70164ff59d7d363e726794ba5 /.config/sway/config | |
parent | 9f8df2fbd32797b568553729b50d987e10a70840 (diff) |
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 |