New backup 2025-01-15 15:00:02
This commit is contained in:
parent
afd74f4681
commit
2d4c970527
1 changed files with 10 additions and 5 deletions
|
@ -1,9 +1,14 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
swaymsg workspace number '39:'
|
swaymsg workspace number '39:'
|
||||||
|
connected_displays=`swaymsg -rt get_outputs | jq .[].name`
|
||||||
|
if echo "${connected_displays}" | grep -q 'DP-6';then
|
||||||
|
swaymsg move workspace to output DP-6
|
||||||
|
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
|
||||||
|
|
||||||
firefox -P Work 'https://library.lanecc.edu/' \
|
#firefox -P 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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue