21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
![]() |
#!/bin/bash
|
||
|
xrandr --output eDP --off
|
||
|
sleep 7
|
||
|
|
||
|
i3-msg 'bar mode dock'
|
||
|
|
||
|
xdotool windowactivate --sync $(xdotool search --class "chromium-main" | sort -n | head -n 1) key F11
|
||
|
xdotool windowactivate --sync $(xdotool search --class "chromium-invest" | sort -n | head -n 1) key F11
|
||
|
xdotool windowactivate --sync $(xdotool search --class "chromium-media" | sort -n | head -n 1) key F11
|
||
|
xdotool windowactivate --sync $(xdotool search --class "chromium-blackeducation" | sort -n | head -n 1) key F11
|
||
|
xdotool windowactivate --sync $(xdotool search --class "chromium-punkcraft" | sort -n | head -n 1) key F11
|
||
|
|
||
|
xdotool windowactivate --sync $(xdotool search --name ".* - База знаний - Obsidian.*" | sort -n | head -n 1) key F11
|
||
|
xdotool windowactivate --sync $(xdotool search --name ".* - PIVODEVAT - Obsidian.*" | sort -n | head -n 1) key F11
|
||
|
xdotool windowactivate --sync $(xdotool search --name ".* - Black Education - Obsidian.*" | sort -n | head -n 1) key F11
|
||
|
xdotool windowactivate --sync $(xdotool search --name ".* - PunkCraft - Obsidian.*" | sort -n | head -n 1) key F11
|
||
|
|
||
|
i3-msg 'bar mode invisible'
|
||
|
i3-msg 'workspace 20'
|
||
|
xrandr --output eDP --auto
|