modify desktop profile

This commit is contained in:
2026-02-16 19:21:44 +01:00
parent c4541ce357
commit 1a21d21bff
4 changed files with 667 additions and 670 deletions

View File

@@ -190,6 +190,8 @@ bindsym $mod+Shift+F12 move container to workspace number $wsF12
# window assignments # window assignments
assign [app_id="[Ff]irefox"] $ws2 assign [app_id="[Ff]irefox"] $ws2
assign [app_id="[Ii]ce[Ww]easel"] $ws2
assign [app_id="[Aa]browser"] $ws2
assign [app_id="[Ll]ibre[Ww]olf"] $ws2 assign [app_id="[Ll]ibre[Ww]olf"] $ws2
assign [app_id="[Cc]hromium"] $ws3 assign [app_id="[Cc]hromium"] $ws3
assign [app_id="[Tt]hunderbird"] $ws4 assign [app_id="[Tt]hunderbird"] $ws4
@@ -310,7 +312,7 @@ focus_follows_mouse no
## autostart ## ## autostart ##
exec chromium exec chromium
exec firefox exec iceweasel
exec thunderbird exec thunderbird
workspace number $ws1 workspace number $ws1
exec foot exec foot

View File

@@ -73,7 +73,6 @@ esac
case "$backend" in case "$backend" in
"xdotool");; "xdotool");;
"ydotool") ;;
"wtype");; "wtype");;
*) *)
>&2 echo "Invalid backend '$backend', falling back to xdotool" >&2 echo "Invalid backend '$backend', falling back to xdotool"
@@ -122,10 +121,6 @@ _do_type_xdotool() {
xdotool type --delay ${type_delay} --clearmodifiers --file - xdotool type --delay ${type_delay} --clearmodifiers --file -
} }
_do_type_ydotool() {
ydotool type --key-delay ${type_delay} --file -
}
_do_type_wtype() { _do_type_wtype() {
wtype -d ${type_delay} - wtype -d ${type_delay} -
} }

View File

@@ -2,7 +2,7 @@ export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/docker.sock
export PODMAN_COMPOSE_PROVIDER=podman-compose export PODMAN_COMPOSE_PROVIDER=podman-compose
export MPD_HOST=${HOME}/.config/mpd/socket export MPD_HOST=${HOME}/.config/mpd/socket
export GRIM_DEFAULT_DIR=${HOME}/Pictures/Screenshots export GRIM_DEFAULT_DIR=${HOME}/Pictures/Screenshots
export ROFI_PASS_BACKEND=ydotool export ROFI_PASS_BACKEND=wtype
export ROFI_PASS_CLIPBOARD_BACKEND=wl-clipboard export ROFI_PASS_CLIPBOARD_BACKEND=wl-clipboard
if [[ ! -z "${START_X11}" ]]; then if [[ ! -z "${START_X11}" ]]; then

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
mkdir -p "${HOME}/.config/mpd/playlists" mkdir -p "${HOME}"/.config/mpd/playlists
touch "${HOME}/.config/mpd/{state,sticker.sql,socket,database}" touch "${HOME}"/.config/mpd/{state,sticker.sql,socket,database}