mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-12 20:41:16 +02:00
wayland: preliminary migration done
This commit is contained in:
22
.config/wayland/wayland.conf
Executable file
22
.config/wayland/wayland.conf
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/bin/sh
|
||||
$STATUSBAR & # use environment variable
|
||||
unclutter & # hide cursor
|
||||
xss-lock -- swaylock & # enable locking the screen upon sleep
|
||||
swaybg -i ~/.local/share/bg &
|
||||
dunst &
|
||||
dunstctl rule dnd_low disable &
|
||||
dunstctl rule dnd_normal disable &
|
||||
swhks && swhkd &
|
||||
|
||||
pavucontrol &
|
||||
easyeffects --gapplication-service &
|
||||
nextcloud &
|
||||
keepassxc &
|
||||
zen-browser &
|
||||
discord &
|
||||
signal-desktop &
|
||||
|
||||
# monitor toggle &
|
||||
# touchpad off &
|
||||
# xset r rate 300 50 & # Speed xrate up
|
||||
# redshift & # redshift for saving your eyes
|
Reference in New Issue
Block a user