diff --git a/dotfiles/.config/sway/config.d/10-variables.conf b/dotfiles/.config/sway/config.d/10-variables.conf index e23c3d8..9dd3486 100644 --- a/dotfiles/.config/sway/config.d/10-variables.conf +++ b/dotfiles/.config/sway/config.d/10-variables.conf @@ -1,7 +1,7 @@ ### Variables # # Logo key. Use Mod1 for Alt. -set $mod Mod4 +set $mod Mod1 # Home row direction keys, like vim set $left h set $down j diff --git a/dotfiles/.config/sway/config.d/30-input.conf b/dotfiles/.config/sway/config.d/30-input.conf index 80b2c95..bb593f4 100644 --- a/dotfiles/.config/sway/config.d/30-input.conf +++ b/dotfiles/.config/sway/config.d/30-input.conf @@ -17,6 +17,13 @@ input 1:1:AT_Translated_Set_2_keyboard { xkb_options "grp:caps_toggle" } +input "6127:24704:Lite-On_Tech_Lenovo_USB_Travel_Keyboard_with_Ultra_Nav" { + scroll_method on_button_down + + xkb_layout "us,mk" + xkb_options "grp:caps_toggle"' +} + # Pulse Audio controls bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% #increase sound volume bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% #decrease sound volume diff --git a/dotfiles/.config/sway/config.d/90-bindings.conf b/dotfiles/.config/sway/config.d/90-bindings.conf index 424f277..f2a7ef6 100644 --- a/dotfiles/.config/sway/config.d/90-bindings.conf +++ b/dotfiles/.config/sway/config.d/90-bindings.conf @@ -52,7 +52,7 @@ bindsym $mod+Shift+Right move right # # Workspaces: -# +#/home/vladanpopovic/.config/sway/config.d/10-variables.conf # switch to workspace bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2