Added autostart module.

This commit is contained in:
James Patrick 2019-05-04 01:47:36 -04:00
parent 22a4e2a76a
commit 4e36d0cf1a
2 changed files with 10 additions and 2 deletions

8
sway/autostart Normal file
View File

@ -0,0 +1,8 @@
### Start Nextcloud.
exec nextcloud
### Make things a little easier easier on the eyes.
exec redshift
### Notifications
exec mako

View File

@ -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:
# #