mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-07-06 21:19:24 -04:00
add labwc and update stuff
This commit is contained in:
parent
189e89212d
commit
8f02c07390
24 changed files with 1687 additions and 202 deletions
17
dot_config/labwc/autostart
Normal file
17
dot_config/labwc/autostart
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
hyprpaper >/dev/null 2>&1 &
|
||||
swayosd-server >/dev/null 2>&1 &
|
||||
# swayidle before-sleep 'loginctl lock-session' lock 'swaylock' >/dev/null 2>&1 &
|
||||
|
||||
wl-clip-persist --clipboard regular &
|
||||
wl-paste --type text --watch cliphist store >/dev/null 2>&1 &
|
||||
wl-paste --type image --watch cliphist store >/dev/null 2>&1 &
|
||||
|
||||
/usr/lib/polkit-kde-authentication-agent-1 &
|
||||
|
||||
systemctl start --user foot-server
|
||||
systemctl start --user swaync
|
||||
systemctl restart --user hypridle
|
||||
systemctl restart --user kanshi
|
||||
systemctl restart --user waybar
|
Loading…
Add table
Add a link
Reference in a new issue