use dex for statup apps
This commit is contained in:
parent
f827eb8ffc
commit
7a491a49cb
|
@ -238,5 +238,7 @@ bindsym $mod+r mode "resize"
|
||||||
exec --no-startup-id systemctl --user import-environment
|
exec --no-startup-id systemctl --user import-environment
|
||||||
exec --no-startup-id systemctl --user start user-graphical-login.target
|
exec --no-startup-id systemctl --user start user-graphical-login.target
|
||||||
|
|
||||||
|
exec --no-startup-id /bin/polybar top
|
||||||
|
exec --no-startup-id /bin/dex -a
|
||||||
exec --no-startup-id /bin/bash ~/.config/i3/startup.bash
|
exec --no-startup-id /bin/bash ~/.config/i3/startup.bash
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Set wallpaper
|
# Set wallpaper
|
||||||
#wal -i "$(< "${HOME}/.cache/wal/wal")"
|
$HOME/.fehbg || feh --bg-fill --no-xinerama /usr/share/pixmaps/wallpaper.jpg
|
||||||
|
|
||||||
# Initial workspace and startup app
|
# Initial workspace and startup app
|
||||||
i3-msg "workspace 2"
|
i3-msg "workspace 2"
|
||||||
uxterm -e "center-float && $SHELL -l" &
|
i3-sensible-terminal
|
||||||
|
|
||||||
# sleep a bit to allow polybar to fully load
|
|
||||||
sleep 3
|
|
||||||
nextcloud &
|
|
||||||
remmina --icon &
|
|
||||||
slack &
|
|
||||||
discord &
|
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=A fast and easy-to-use tool status bar
|
|
||||||
Requires=user-graphical-login.target
|
|
||||||
After=user-graphical-login.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/polybar top
|
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=user-graphical-login.target
|
|
|
@ -16,8 +16,9 @@ alias powershell="TERM=xterm pwsh"
|
||||||
alias wifi-menu="sudo wifi-menu -o"
|
alias wifi-menu="sudo wifi-menu -o"
|
||||||
alias netctl="sudo netctl"
|
alias netctl="sudo netctl"
|
||||||
|
|
||||||
# serial
|
# docker
|
||||||
alias minicom="docker run --device=/dev/ttyUSB0 -it registry.massaki.ca/minicom"
|
alias minicom="docker run --device=/dev/ttyUSB0 -it registry.massaki.ca/minicom"
|
||||||
|
alias browsh="docker run --rm -it browsh/browsh"
|
||||||
|
|
||||||
# open-sourced build of vscode is named code-oss
|
# open-sourced build of vscode is named code-oss
|
||||||
alias code="code-oss"
|
alias code="code-oss"
|
||||||
|
|
Loading…
Reference in New Issue