summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-06-08 11:06:19 +0000
committerBrahmajit Das <listout@listout.xyz>2025-06-08 11:06:19 +0000
commitbdcfac97c40936805d068f868963bbde9c463121 (patch)
treed67b89d0736c25ad68ae7dea1ffda4c48d978082 /.config/sway/config
parentb2488ac324c1494ca1b7f4f96e8bffa59b4e4036 (diff)
downloaddots-bdcfac97c40936805d068f868963bbde9c463121.tar.gz
sway: disable touchpad while typing and bigger terminal window by default (size)
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 052ec23..90e7a8e 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -34,7 +34,7 @@ input "1133:16534:Logitech_ERGO_M575" {
input "type:touchpad" {
scroll_factor 0.5
- dwt disabled
+ dwt enabled
tap enabled
natural_scroll disabled
middle_emulation enabled
@@ -168,7 +168,7 @@ bindsym $mod+r mode "resize"
bindsym $mod+ctrl+shift+q [workspace=__focused__] kill
for_window [app_id = "io.github.celluloid_player.Celluloid"] border none
-for_window [app_id = "Alacritty"] floating enable
+for_window [app_id = "Alacritty"] floating enable, resize set 1000 900
for_window [app_id = "firefox"] border none
for_window [app_id = "floating"] floating enable
for_window [app_id = "floating_update"] floating enable, resize set width 1000px height 600px