summaryrefslogtreecommitdiff
path: root/.config/sway/config.d
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config.d')
-rw-r--r--.config/sway/config.d/autotiling1
-rw-r--r--.config/sway/config.d/colors9
-rw-r--r--.config/sway/config.d/inputs4
-rw-r--r--.config/sway/config.d/layout4
-rw-r--r--.config/sway/config.d/mediakeys3
-rw-r--r--.config/sway/config.d/notifications1
-rw-r--r--.config/sway/config.d/outputs14
-rw-r--r--.config/sway/config.d/satty1
-rw-r--r--.config/sway/config.d/uwu1
-rw-r--r--.config/sway/config.d/waybar3
-rw-r--r--.config/sway/config.d/windows10
-rw-r--r--.config/sway/config.d/wofi1
12 files changed, 52 insertions, 0 deletions
diff --git a/.config/sway/config.d/autotiling b/.config/sway/config.d/autotiling
new file mode 100644
index 0000000..1a0dba3
--- /dev/null
+++ b/.config/sway/config.d/autotiling
@@ -0,0 +1 @@
+exec_always autotiling
diff --git a/.config/sway/config.d/colors b/.config/sway/config.d/colors
new file mode 100644
index 0000000..2255546
--- /dev/null
+++ b/.config/sway/config.d/colors
@@ -0,0 +1,9 @@
+# class border backgr. text indicator child_border
+client.focused $color1 $color2 $foreground $color2 $color2
+client.unfocused $color1 $color0 $foreground $color0 $color0
+client.focused_inactive $color3 $color3 $foreground $color3 $color3
+client.urgent $color15 $color15 $foreground $color15 $color15
+client.placeholder $color3 $color3 $foreground $color3 $color3
+
+bindsym $mod+Shift+w exec systemctl --user start wal
+
diff --git a/.config/sway/config.d/inputs b/.config/sway/config.d/inputs
new file mode 100644
index 0000000..900b061
--- /dev/null
+++ b/.config/sway/config.d/inputs
@@ -0,0 +1,4 @@
+input type:pointer {
+ accel_profile flat
+ pointer_accel 1
+}
diff --git a/.config/sway/config.d/layout b/.config/sway/config.d/layout
new file mode 100644
index 0000000..6e9e2e4
--- /dev/null
+++ b/.config/sway/config.d/layout
@@ -0,0 +1,4 @@
+smart_gaps on
+gaps inner 5
+title_align center
+default_border pixel
diff --git a/.config/sway/config.d/mediakeys b/.config/sway/config.d/mediakeys
new file mode 100644
index 0000000..894d381
--- /dev/null
+++ b/.config/sway/config.d/mediakeys
@@ -0,0 +1,3 @@
+bindsym XF86AudioPlay exec playerctl play-pause
+bindsym XF86AudioPrev exec playerctl previous
+bindsym XF86AudioNext exec playerctl next
diff --git a/.config/sway/config.d/notifications b/.config/sway/config.d/notifications
new file mode 100644
index 0000000..4ac9c33
--- /dev/null
+++ b/.config/sway/config.d/notifications
@@ -0,0 +1 @@
+bindsym $mod+Grave exec makoctl dismiss
diff --git a/.config/sway/config.d/outputs b/.config/sway/config.d/outputs
new file mode 100644
index 0000000..2cd8e29
--- /dev/null
+++ b/.config/sway/config.d/outputs
@@ -0,0 +1,14 @@
+output * {
+ background "$(cat $HOME/.cache/wal/wal)" fit
+}
+
+output DP-2 {
+ resolution 2560x1440@239.970Hz
+ position 0,0
+}
+
+output HDMI-A-1 {
+ resolution 1920x1080@60.000Hz
+ position 2560,0
+}
+
diff --git a/.config/sway/config.d/satty b/.config/sway/config.d/satty
new file mode 100644
index 0000000..8204049
--- /dev/null
+++ b/.config/sway/config.d/satty
@@ -0,0 +1 @@
+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
diff --git a/.config/sway/config.d/uwu b/.config/sway/config.d/uwu
new file mode 100644
index 0000000..22f033b
--- /dev/null
+++ b/.config/sway/config.d/uwu
@@ -0,0 +1 @@
+bindsym $mod+p exec uwupass
diff --git a/.config/sway/config.d/waybar b/.config/sway/config.d/waybar
new file mode 100644
index 0000000..8d3e95c
--- /dev/null
+++ b/.config/sway/config.d/waybar
@@ -0,0 +1,3 @@
+bar {
+ swaybar_command waybar
+}
diff --git a/.config/sway/config.d/windows b/.config/sway/config.d/windows
new file mode 100644
index 0000000..3111c6e
--- /dev/null
+++ b/.config/sway/config.d/windows
@@ -0,0 +1,10 @@
+for_window [app_id="kitty"] border none
+for_window [class="firefox"] border none
+for_window [title="Picture-in-Picture"] {
+ sticky enabe
+ floating enable
+ position 2567,619
+ size 791x445
+}
+for_window [class="net-runelite-client-RuneLite"] border none
+for_window [app_id="firefox"] border none
diff --git a/.config/sway/config.d/wofi b/.config/sway/config.d/wofi
new file mode 100644
index 0000000..cf3231d
--- /dev/null
+++ b/.config/sway/config.d/wofi
@@ -0,0 +1 @@
+bindsym $mod+d exec rofi -show combi -combi-modes "window,drun,run"