New backup 2025-03-18 14:45:02
This commit is contained in:
parent
07bbcc695f
commit
8d66b47c90
5 changed files with 11 additions and 6 deletions
|
@ -10,7 +10,7 @@ elif echo "${connected_displays}" | grep -q 'HDMI-A-1';then
|
||||||
swaymsg move workspace to output HDMI-A-1
|
swaymsg move workspace to output HDMI-A-1
|
||||||
fi
|
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://inside.lanecc.edu/sites/default/files/pg/map_2024_ltr.pdf' \
|
||||||
'https://lanecc.libcal.com/allspaces' \
|
'https://lanecc.libcal.com/allspaces' \
|
||||||
'https://library.lanecc.edu/study-rooms#maps'
|
'https://library.lanecc.edu/study-rooms#maps'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#sp-profiles Work
|
#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://mail.google.com/mail/u/0/#inbox' \
|
||||||
'https://na01.alma.exlibrisgroup.com/ng/?institute=01ALLIANCE_LANECC&auth=local' \
|
'https://na01.alma.exlibrisgroup.com/ng/?institute=01ALLIANCE_LANECC&auth=local' \
|
||||||
'https://calendar.google.com/calendar/u/0/r' \
|
'https://calendar.google.com/calendar/u/0/r' \
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
set $profile_icon
|
set $profile_icon
|
||||||
|
set $development_icon
|
||||||
|
set $school_icon
|
||||||
set $work_icon
|
set $work_icon
|
||||||
|
|
|
@ -9,6 +9,10 @@ set {
|
||||||
$scratch move scratchpad, floating enable, scratchpad hide
|
$scratch move scratchpad, floating enable, scratchpad hide
|
||||||
#workspace assignments
|
#workspace assignments
|
||||||
$home_ws workspace 0:
|
$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 {
|
for_window {
|
||||||
|
@ -47,15 +51,14 @@ for_window {
|
||||||
#scratch
|
#scratch
|
||||||
[app_id="armcord"] $scratch
|
[app_id="armcord"] $scratch
|
||||||
[app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).*$"] $scratch
|
[app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).*$"] $scratch
|
||||||
|
|
||||||
#disable fullscreen
|
|
||||||
[app_id="LibreWolf"] fullscreen disable
|
|
||||||
}
|
}
|
||||||
|
|
||||||
assign {
|
assign {
|
||||||
#home workspace assignment
|
#home workspace assignment
|
||||||
[app_id="org.kde.tokodon"] $home_ws
|
[app_id="org.kde.tokodon"] $home_ws
|
||||||
[class="RSS.Guard"] $home_ws
|
[class="RSS.Guard"] $home_ws
|
||||||
|
#browser profile assignment
|
||||||
|
[app_id="LibreWolf_Work"] $work_ws
|
||||||
}
|
}
|
||||||
|
|
||||||
scratchpad_minimize true
|
scratchpad_minimize true
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
profile_name="${1}"
|
profile_name="${1}"
|
||||||
shift 1
|
shift 1
|
||||||
echo librewolf --name="${profile_name}" --no-remote -P "${profile_name}" "$@"
|
librewolf --name="LibreWolf_${profile_name}" --no-remote -P "${profile_name}" "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue