diff options
Diffstat (limited to 'sway/config')
| -rw-r--r-- | sway/config | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sway/config b/sway/config index 255f97a..2120d49 100644 --- a/sway/config +++ b/sway/config @@ -6,7 +6,13 @@ input "1:1:AT_Translated_Set_2_keyboard" { xkb_model pc105aw-sl xkb_layout "us(cmk_ed_dh)" xkb_options "caps:ctrl_modifier" -} +} + +input "1:2:AT_Raw_Set_2_keyboard" { + xkb_model pc105aw-sl + xkb_layout "us(cmk_ed_dh)" + xkb_options "caps:ctrl_modifier" +} ### Variables set $mod Mod4 @@ -21,7 +27,7 @@ set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu bemenu-run | xargs swaymsg exec -- +set $menu bemenu-run -p 'run' -M 64 -c --fn 32 | xargs swaymsg exec -- ### Output configuration # @@ -188,11 +194,12 @@ bindsym $mod+Shift+r mode "resize" include /etc/sway/config.d/* +exec sway_autolock exec inactive-windows-transparency.py --opacity 0.8 exec wlsunset -l 39 -L -76 exec fnott exec pipewire exec pipewire-pulse -exec sway_outputs +#exec sway_outputs exec foot |
