modify desktop profile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
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 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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user