From e5d3649959381e4a1e682ae3c418392e0a089197 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 1 Mar 2024 16:43:13 -0500 Subject: [PATCH 1/5] add shift to combo to make it work, for some reason --- conf.d/key_bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/key_bindings.conf b/conf.d/key_bindings.conf index 8e5f89c..9e826a5 100644 --- a/conf.d/key_bindings.conf +++ b/conf.d/key_bindings.conf @@ -110,4 +110,4 @@ bindswitch lid:on output eDP-1 disable bindswitch lid:off output eDP-1 enable # Notification key to bring up swaync -bindsym $mod+n "exec swaync-client -t" +bindsym $mod+Shift+n exec "/usr/bin/swaync-client -t" From 51d9560ed24f42a93f70bdeeecce367952259138 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sun, 3 Mar 2024 22:30:59 -0500 Subject: [PATCH 2/5] Add swaync to autostart --- autostart.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/autostart.conf b/autostart.conf index c375357..15cfb3e 100644 --- a/autostart.conf +++ b/autostart.conf @@ -3,6 +3,7 @@ exec /home/kellya/bin/sway_screenshare.sh exec_always cat /proc/acpi/button/lid/LID/state | awk '{print $2}' | grep -q 'closed' && swaymsg output eDP-1 disable exec copyq --start-server +exec /usr/bin/swaync exec export YDOTOOL_SOCKET=/tmp/.ydotool_socket exec ydotoold From 9eef21d88de100b2ae64b13ac783764cd33c2132 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 4 Mar 2024 14:17:29 -0500 Subject: [PATCH 3/5] attempt to autostart slack (I hate flatpak) --- autostart.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/autostart.conf b/autostart.conf index 15cfb3e..b15b288 100644 --- a/autostart.conf +++ b/autostart.conf @@ -34,6 +34,7 @@ exec kitty exec 1password workspace $ws2 +exec "flatpak run com.slack.Slack" exec /opt/teams-for-linux/teams-for-linux # Always need firefox, so let's just start it workspace $ws1 From aa644d2d84a37490809d350e949c8306b330ef0f Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 8 Mar 2024 22:53:05 -0500 Subject: [PATCH 4/5] move phpstorm to ws4 --- conf.d/window_rules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/window_rules.conf b/conf.d/window_rules.conf index 2377811..67c9d9e 100644 --- a/conf.d/window_rules.conf +++ b/conf.d/window_rules.conf @@ -12,6 +12,7 @@ assign [class="teams-for-linux"] workspace number $ws2 assign [class="Microsoft-edge" title="Microsoft Teams.*"] workspace number $ws2 assign [instance="logseq"] workspace number $ws6 assign [class="jetbrains-pycharm"] workspace number $ws4 +assign [class="jetbrains-phpstorm"] workspace number $ws4 assign [class="Slack"] workspace number $ws2 assign [class="thunderbird"] workspace number $ws6 assign [class="Joplin"] workspace number $ws6 From e58225f9d48fe6ae1329861efee77c7240087b3d Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 4 Apr 2024 10:44:07 -0400 Subject: [PATCH 5/5] force shitty teams into v2 for upgraded shit --- autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.conf b/autostart.conf index b15b288..de007dc 100644 --- a/autostart.conf +++ b/autostart.conf @@ -35,7 +35,7 @@ exec 1password workspace $ws2 exec "flatpak run com.slack.Slack" -exec /opt/teams-for-linux/teams-for-linux +exec "/opt/teams-for-linux/teams-for-linux --optInTeamsV2 true" # Always need firefox, so let's just start it workspace $ws1 exec firefox