add currently running config
This commit is contained in:
parent
526661b4a6
commit
210d2c269f
7 changed files with 135 additions and 36 deletions
|
@ -1,8 +1,6 @@
|
|||
# Things that will get started automatically at startup
|
||||
exec /home/kellya/bin/sway_screenshare.sh
|
||||
|
||||
# greenclip for clipboard management
|
||||
exec greenclip daemon
|
||||
exec_always cat /proc/acpi/button/lid/LID/state | awk '{print $2}' | grep -q 'closed' && swaymsg output eDP-1 disable
|
||||
exec copyq --start-server
|
||||
exec export YDOTOOL_SOCKET=/tmp/.ydotool_socket
|
||||
|
@ -19,39 +17,29 @@ exec nm-applet
|
|||
#exec xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- xsecurelock
|
||||
#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 04090e --nofork
|
||||
|
||||
# Load workspace configs
|
||||
#exec --no-startup-id "i3-msg 'workspace $ws1; append_layout ~/.config/i3/layout/w1.json'"
|
||||
#exec --no-startup-id "i3-msg 'workspace $ws2; append_layout ~/.config/i3/layout/w2.json'"
|
||||
#exec --no-startup-id "i3-msg 'workspace $ws3; append_layout ~/.config/i3/layout/w3.json'"
|
||||
#exec --no-startup-id "i3-msg 'workspace $ws4; append_layout ~/.config/i3/layout/w4.json'"
|
||||
#exec --no-startup-id "i3-msg 'workspace $ws5; append_layout ~/.config/i3/layout/w5.json'"
|
||||
#exec --no-startup-id "i3-msg 'workspace $ws6; append_layout ~/.config/i3/layout/w6.json'"
|
||||
|
||||
# disable the urgency flags on all windows at startup
|
||||
exec ~/bin/disable_startup_urgency.sh
|
||||
|
||||
# use gnome settings to set gnome things to dark mode by default
|
||||
exec /usr/libexec/gsd-xsettings
|
||||
|
||||
# Startup logseq
|
||||
workspace $ws6
|
||||
exec /home/kellya/bin/logseq
|
||||
exec /usr/bin/thunderbird
|
||||
exec /home/kellya/bin/logseq
|
||||
|
||||
workspace $ws5
|
||||
# Start spotify from the stupid flatpak
|
||||
workspace $ws5
|
||||
exec "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client"
|
||||
|
||||
workspace $ws3
|
||||
exec "kitty"
|
||||
exec "/usr/bin/1password"
|
||||
exec kitty
|
||||
exec 1password
|
||||
|
||||
workspace $ws2
|
||||
exec /opt/teams-for-linux/teams-for-linux
|
||||
# Always need firefox, so let's just start it
|
||||
workspace $ws1
|
||||
exec firefox
|
||||
exec firefox
|
||||
|
||||
# start the auto run .desktop files
|
||||
exec dex-autostart --autostart --environment i3
|
||||
exec dex-autostart --autostart --environment sway
|
||||
|
||||
# Start redshift, becuase I like not being blinded at night
|
||||
#exec --no-startup-id redshift
|
||||
|
@ -59,3 +47,5 @@ exec dex-autostart --autostart --environment i3
|
|||
|
||||
# Switch to the terminal/email workspace by default
|
||||
workspace $ws3
|
||||
exec /home/kellya/bin/bg_rotate_sway.sh
|
||||
exec ~/.local/bin/solaar -w hide -b symbolic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue