aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/.config/sway/config30
1 files changed, 15 insertions, 15 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index a4d284d..3f1b19b 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -69,16 +69,16 @@ assign [app_id="discord"] $ws07
no_focus [app_id="deno" title="^Peek preview$"]
input type:pointer {
- accel_profile flat
+ accel_profile flat
}
input type:touchpad {
- tap enabled
- natural_scroll enabled
+ tap enabled
+ natural_scroll enabled
}
input type:keyboard {
- xkb_options "caps:escape"
+ xkb_options "caps:escape"
}
floating_modifier $mod
@@ -195,17 +195,17 @@ bindsym $mod+e layout toggle split tabbed
bindsym $mod+r mode 'resize'
mode 'resize' {
- bindsym $left resize shrink width 10px
- bindsym $down resize grow height 10px
- bindsym $up resize shrink height 10px
- bindsym $right resize grow width 10px
+ bindsym $left resize shrink width 10px
+ bindsym $down resize grow height 10px
+ bindsym $up resize shrink height 10px
+ bindsym $right resize grow width 10px
- bindsym Left resize shrink width 10px
- bindsym Down resize grow height 10px
- bindsym Up resize shrink height 10px
- bindsym Right resize grow width 10px
+ bindsym Left resize shrink width 10px
+ bindsym Down resize grow height 10px
+ bindsym Up resize shrink height 10px
+ bindsym Right resize grow width 10px
- bindsym Escape mode 'default'
+ bindsym Escape mode 'default'
}
bar {
@@ -230,6 +230,6 @@ bar {
include /etc/sway/config.d/*
exec_always {
- import-gsettings
- systemctl --user start sway-session.target
+ import-gsettings
+ systemctl --user start sway-session.target
}