This commit is contained in:
OpexHunter
2025-03-16 21:22:11 +03:00
committed by pivodevat
commit 79b6d1aaa1
11 changed files with 562 additions and 0 deletions

20
manager/scripts/fullscreen Executable file
View File

@ -0,0 +1,20 @@
#!/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