From aa72bf2b126078be081bd4ddd73740e98e7d5b1e Mon Sep 17 00:00:00 2001
From: Joe Rayhawk <jrayhawk@fairlystable.org>
Date: Thu, 12 Sep 2024 16:08:31 -0700
Subject: sway: merge

---
 .config/sway/config | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

(limited to '.config/sway/config')

diff --git a/.config/sway/config b/.config/sway/config
index 0ba6610..d2ff8db 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -15,8 +15,6 @@ set $up k
 set $right l
 # Your preferred terminal emulator
 set $term x-terminal-emulator
-#set $term terminology
-#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.
@@ -54,6 +52,10 @@ exec swayidle -w \
 #       natural_scroll enabled
 #       middle_emulation enabled
 #   }
+
+input 2:7:SynPS/2_Synaptics_TouchPad events disabled
+input 2:10:TPPS\/2_IBM_TrackPoint pointer_accel -.25
+
 #
 # You can get the names of your inputs by running: swaymsg -t get_inputs
 # Read `man 5 sway-input` for more information about this section.
@@ -195,6 +197,7 @@ mode "resize" {
     bindsym Escape mode "default"
 }
 bindsym $mod+d mode "resize"
+bindsym $mod+t mode "resize"
 
 #
 # Status Bar:
@@ -205,7 +208,7 @@ bar {
 
     # When the status_command prints a new line to stdout, swaybar updates.
     # The default just shows the current date and time.
-    status_command while date +'%Y-%m-%d %H:%M:%S %z'; do sleep 60; done
+    status_command while date +'%a %Y-%m-%d %H:%M:%S %z'; do sleep 1; done
 
     colors {
         statusline #ffffff
@@ -216,6 +219,11 @@ bar {
 
 include /etc/sway/config.d/*
 
+# richardiv
+output eDP-1 mode          3840x2160@60Hz pos 0 0    scale 1
+output DP-2  mode --custom 1280x1024@60Hz pos 3840 0
+
+# baldrick
 # these are somewhat dynamic, annoyingly
 # Dell E770s?
 output DP-7                                              mode          1280x1024@60Hz      pos 12224 2700  subpixel none
-- 
cgit v1.2.3