modify desktop profile
This commit is contained in:
@@ -190,6 +190,8 @@ bindsym $mod+Shift+F12 move container to workspace number $wsF12
|
||||
|
||||
# window assignments
|
||||
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="[Cc]hromium"] $ws3
|
||||
assign [app_id="[Tt]hunderbird"] $ws4
|
||||
@@ -310,7 +312,7 @@ focus_follows_mouse no
|
||||
|
||||
## autostart ##
|
||||
exec chromium
|
||||
exec firefox
|
||||
exec iceweasel
|
||||
exec thunderbird
|
||||
workspace number $ws1
|
||||
exec foot
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@ export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/docker.sock
|
||||
export PODMAN_COMPOSE_PROVIDER=podman-compose
|
||||
export MPD_HOST=${HOME}/.config/mpd/socket
|
||||
export GRIM_DEFAULT_DIR=${HOME}/Pictures/Screenshots
|
||||
export ROFI_PASS_BACKEND=ydotool
|
||||
export ROFI_PASS_BACKEND=wtype
|
||||
export ROFI_PASS_CLIPBOARD_BACKEND=wl-clipboard
|
||||
|
||||
if [[ ! -z "${START_X11}" ]]; then
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
mkdir -p "${HOME}/.config/mpd/playlists"
|
||||
touch "${HOME}/.config/mpd/{state,sticker.sql,socket,database}"
|
||||
mkdir -p "${HOME}"/.config/mpd/playlists
|
||||
touch "${HOME}"/.config/mpd/{state,sticker.sql,socket,database}
|
||||
|
||||
Reference in New Issue
Block a user