Added autostart module.
This commit is contained in:
parent
22a4e2a76a
commit
4e36d0cf1a
8
sway/autostart
Normal file
8
sway/autostart
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
### Start Nextcloud.
|
||||||
|
exec nextcloud
|
||||||
|
|
||||||
|
### Make things a little easier easier on the eyes.
|
||||||
|
exec redshift
|
||||||
|
|
||||||
|
### Notifications
|
||||||
|
exec mako
|
|
@ -1,4 +1,4 @@
|
||||||
# Default config for sway
|
|
||||||
#
|
#
|
||||||
# Copy this to ~/.config/sway/config and edit it to your liking.
|
# Copy this to ~/.config/sway/config and edit it to your liking.
|
||||||
#
|
#
|
||||||
|
@ -224,7 +224,7 @@ bindsym $mod+Shift+minus move scratchpad
|
||||||
|
|
||||||
# Show the next scratchpad window or hide the focused scratchpad window.
|
# Show the next scratchpad window or hide the focused scratchpad window.
|
||||||
# If there are multiple scratchpad windows, this command cycles through them.
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||||||
bindsym $mod+minus scratchpad show
|
bindsym $mod+grave scratchpad show
|
||||||
#
|
#
|
||||||
# Resizing containers:
|
# Resizing containers:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user