launch signal on startup
This commit is contained in:
@ -25,8 +25,8 @@ $browser = firefox
|
|||||||
$email = thunderbird
|
$email = thunderbird
|
||||||
$screenshot = grim
|
$screenshot = grim
|
||||||
$screenshotSelect = grim -g "$(slurp -d)" - | wl-copy
|
$screenshotSelect = grim -g "$(slurp -d)" - | wl-copy
|
||||||
$lockscreen = hyprlock
|
|
||||||
$music = feishin
|
$music = feishin
|
||||||
|
$messenger = signal
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
@ -51,10 +51,11 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
|||||||
|
|
||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = hyprpaper & hypridle & $lockscreen
|
exec-once = hyprpaper & hypridle & hyprlock
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = [workspace 1 silent] $browser
|
exec-once = [workspace 1 silent] $browser
|
||||||
exec-once = [workspace 2 silent] $terminal
|
exec-once = [workspace 2 silent] $terminal
|
||||||
|
exec-once = [workspace 5 silent] $messenger
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
|
Reference in New Issue
Block a user