summaryrefslogtreecommitdiff
path: root/.config/sway/config.d
diff options
context:
space:
mode:
authorEwy~ <ewy0@protonmail.com>2025-03-17 19:13:27 +0100
committerEwy~ <ewy0@protonmail.com>2025-03-17 19:13:27 +0100
commit8740db54043bf08982f5183572cdce266048afe0 (patch)
treef915ba41ffa2384f2d57a2dceb1cbd8dbecab16e /.config/sway/config.d
parentcf0d96069f039846ffb48bc8a3d6bccb7e2f5a92 (diff)
incremental improvements
Diffstat (limited to '.config/sway/config.d')
-rw-r--r--.config/sway/config.d/dualshock4
-rw-r--r--.config/sway/config.d/outputs2
-rw-r--r--.config/sway/config.d/satty10
-rw-r--r--.config/sway/config.d/soku5
4 files changed, 19 insertions, 2 deletions
diff --git a/.config/sway/config.d/dualshock b/.config/sway/config.d/dualshock
new file mode 100644
index 0000000..aa5c424
--- /dev/null
+++ b/.config/sway/config.d/dualshock
@@ -0,0 +1,4 @@
+input type:touchpad {
+ events disabled
+}
+
diff --git a/.config/sway/config.d/outputs b/.config/sway/config.d/outputs
index ad45998..276ff5d 100644
--- a/.config/sway/config.d/outputs
+++ b/.config/sway/config.d/outputs
@@ -1,4 +1,4 @@
output * {
- background "$(cat $HOME/.cache/wal/wal)" fill
+ background "$(cat $HOME/.cache/wal/wal)" fit
}
diff --git a/.config/sway/config.d/satty b/.config/sway/config.d/satty
index 8204049..3d776cd 100644
--- a/.config/sway/config.d/satty
+++ b/.config/sway/config.d/satty
@@ -1 +1,9 @@
-bindsym $mod+Print exec grim -g "$(slurp -o -r -c '#ff0000ff')" -t ppm - | satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png
+bindsym $mod+Print exec uwushot
+for_window [app_id="satty"] {
+ fullscreen disable
+ move container to output HDMI-A-2
+ resize set width 660
+ resize set height 400
+ move position 32 32
+ border none
+}
diff --git a/.config/sway/config.d/soku b/.config/sway/config.d/soku
new file mode 100644
index 0000000..801955c
--- /dev/null
+++ b/.config/sway/config.d/soku
@@ -0,0 +1,5 @@
+for_window [instance="th123.exe"] {
+ floating enable
+ resize set 1920x1440
+ position set 320,0
+}