Tweaks
This commit is contained in:
@@ -12,7 +12,7 @@ input {
|
|||||||
kb_layout = gb
|
kb_layout = gb
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options = caps:swapescape
|
kb_options = caps:escape
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 2
|
follow_mouse = 2
|
||||||
@@ -24,7 +24,7 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0.5 # -1.0 - 1.0, 0 means no modification.
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
@@ -109,6 +109,12 @@ bind = $mainMod, L, movefocus, r
|
|||||||
bind = $mainMod, K, movefocus, u
|
bind = $mainMod, K, movefocus, u
|
||||||
bind = $mainMod, J, movefocus, d
|
bind = $mainMod, J, movefocus, d
|
||||||
|
|
||||||
|
# Move focus with mainMod + vim keys
|
||||||
|
bind = $mainMod, left, movewindow, l
|
||||||
|
bind = $mainMod, right, movewindow, r
|
||||||
|
bind = $mainMod, up, movewindow, u
|
||||||
|
bind = $mainMod, down, movewindow, d
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
@@ -136,6 +142,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
|||||||
bind = $mainMod, U, movetoworkspace, -1
|
bind = $mainMod, U, movetoworkspace, -1
|
||||||
bind = $mainMod, I, movetoworkspace, +1
|
bind = $mainMod, I, movetoworkspace, +1
|
||||||
|
|
||||||
|
bind = $mainMod SHIFT, space, togglefloating,
|
||||||
|
|
||||||
binde=, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-
|
binde=, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bind=, XF86AudioMute, exec, wpctl set-mute -l 1.0 @DEFAULT_AUDIO_SINK@ toggle
|
bind=, XF86AudioMute, exec, wpctl set-mute -l 1.0 @DEFAULT_AUDIO_SINK@ toggle
|
||||||
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+
|
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
|
|||||||
Reference in New Issue
Block a user