From 8d66b47c90da23263a6e0abf9dc34ea20cbecfe8 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 18 Mar 2025 14:45:02 -0700 Subject: [PATCH] New backup 2025-03-18 14:45:02 --- .../sway-profiles/profiles/3/shortcuts/2nd_monitor | 2 +- .../sway-profiles/profiles/3/shortcuts/lanecc_links | 2 +- de/home/.config/sway/config-vars.d/profile | 2 ++ de/home/.config/sway/config.d/window_rules | 9 ++++++--- de/home/.local/bin/librewolf-profile | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/de/home/.config/sway-profiles/profiles/3/shortcuts/2nd_monitor b/de/home/.config/sway-profiles/profiles/3/shortcuts/2nd_monitor index 54f0ff4..e280c44 100755 --- a/de/home/.config/sway-profiles/profiles/3/shortcuts/2nd_monitor +++ b/de/home/.config/sway-profiles/profiles/3/shortcuts/2nd_monitor @@ -10,7 +10,7 @@ elif echo "${connected_displays}" | grep -q 'HDMI-A-1';then swaymsg move workspace to output HDMI-A-1 fi -librewolf -P Work 'https://library.lanecc.edu/' \ +librewolf-profile Work 'https://library.lanecc.edu/' \ 'https://inside.lanecc.edu/sites/default/files/pg/map_2024_ltr.pdf' \ 'https://lanecc.libcal.com/allspaces' \ 'https://library.lanecc.edu/study-rooms#maps' diff --git a/de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links b/de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links index d9edd54..c02fad1 100755 --- a/de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links +++ b/de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links @@ -2,7 +2,7 @@ #sp-profiles Work -librewolf -P Work 'https://app.slack.com/client/' \ +librewolf-profile Work 'https://app.slack.com/client/' \ 'https://mail.google.com/mail/u/0/#inbox' \ 'https://na01.alma.exlibrisgroup.com/ng/?institute=01ALLIANCE_LANECC&auth=local' \ 'https://calendar.google.com/calendar/u/0/r' \ diff --git a/de/home/.config/sway/config-vars.d/profile b/de/home/.config/sway/config-vars.d/profile index 6e61cd2..3f8d669 100644 --- a/de/home/.config/sway/config-vars.d/profile +++ b/de/home/.config/sway/config-vars.d/profile @@ -1,2 +1,4 @@ set $profile_icon  +set $development_icon  +set $school_icon  set $work_icon  diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index db19afe..2d60e42 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -9,6 +9,10 @@ set { $scratch move scratchpad, floating enable, scratchpad hide #workspace assignments $home_ws workspace 0: + $personal_ws workspace 1:$profile_icon + $dev_ws workspace 11:$development_icon + $school_ws workspace 21:$school_icon + $work_ws workspace 31:$work_icon } for_window { @@ -47,15 +51,14 @@ for_window { #scratch [app_id="armcord"] $scratch [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).*$"] $scratch - -#disable fullscreen - [app_id="LibreWolf"] fullscreen disable } assign { #home workspace assignment [app_id="org.kde.tokodon"] $home_ws [class="RSS.Guard"] $home_ws +#browser profile assignment + [app_id="LibreWolf_Work"] $work_ws } scratchpad_minimize true diff --git a/de/home/.local/bin/librewolf-profile b/de/home/.local/bin/librewolf-profile index 6734686..f54f736 100755 --- a/de/home/.local/bin/librewolf-profile +++ b/de/home/.local/bin/librewolf-profile @@ -2,4 +2,4 @@ profile_name="${1}" shift 1 -echo librewolf --name="${profile_name}" --no-remote -P "${profile_name}" "$@" +librewolf --name="LibreWolf_${profile_name}" --no-remote -P "${profile_name}" "$@"