aboutsummaryrefslogtreecommitdiff
path: root/sway/init.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-05-03 23:18:40 +0200
committerbozo.kopic <bozo@kopic.xyz>2023-05-03 23:18:40 +0200
commit2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a (patch)
tree119772e8479f59f7fae7f26233013b9d6f516eb3 /sway/init.sh
parent7f6d37650d228f4765fc8b9a0bde2feaaaee4927 (diff)
.
Diffstat (limited to 'sway/init.sh')
-rwxr-xr-xsway/init.sh32
1 files changed, 6 insertions, 26 deletions
diff --git a/sway/init.sh b/sway/init.sh
index da76f9c..c01f216 100755
--- a/sway/init.sh
+++ b/sway/init.sh
@@ -1,31 +1,5 @@
#!/bin/sh
-mod=Mod4
-primary=eDP-1
-secondary=$(swaymsg -t get_outputs -r |
- jq "map(select(.name != \"$primary\") | .name)[0]" 2> /dev/null |
- tr -d "\"")
-
-swaymsg output $primary pos 0 0 res 1920x1080 bg ~/.pictures/bg1.jpg stretch
-[ ! -z "$secondary" ] && swaymsg output $secondary pos 1920 0 bg ~/.pictures/bg2.jpg stretch
-
-swaymsg workspace 1:1 output $primary
-swaymsg workspace 2:2 output $primary
-swaymsg workspace 3:3 output $primary
-swaymsg workspace 4:4 output $primary
-swaymsg workspace 5:a output ${secondary:-$primary}
-swaymsg workspace 6:s output ${secondary:-$primary}
-swaymsg workspace 7:d output ${secondary:-$primary}
-swaymsg workspace 8:f output ${secondary:-$primary}
-
-swaymsg input type:touchpad tap enable
-
-swaymsg font "pango:Inter Medium 12"
-swaymsg floating_modifier $mod
-swaymsg default_border pixel 4
-
-swaymsg assign "[app_id=\"^tmux_term\$\"]" 9:term
-
# export GDK_DPI_SCALE=0.95
gsettings set org.gnome.desktop.interface scaling-factor 1
gsettings set org.gnome.desktop.interface text-scaling-factor 1
@@ -41,3 +15,9 @@ systemctl --user import-environment \
dbus-update-activation-environment --systemd --all
systemctl --user restart plasma-kactivitymanagerd.service
+
+~/.config/sway/swayidle.sh &
+
+kanshi &
+
+waybar -c ~/.config/waybar/sway.conf &