From 4e36d0cf1a62bbfe1541a0f7ca9b07c7f38c01cc Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 4 May 2019 01:47:36 -0400 Subject: [PATCH] Added autostart module. --- sway/autostart | 8 ++++++++ sway/config | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 sway/autostart diff --git a/sway/autostart b/sway/autostart new file mode 100644 index 0000000..6492502 --- /dev/null +++ b/sway/autostart @@ -0,0 +1,8 @@ +### Start Nextcloud. +exec nextcloud + +### Make things a little easier easier on the eyes. +exec redshift + +### Notifications +exec mako \ No newline at end of file diff --git a/sway/config b/sway/config index 9bf2a7d..8951c49 100644 --- a/sway/config +++ b/sway/config @@ -1,4 +1,4 @@ -# Default config for sway + # # 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. # If there are multiple scratchpad windows, this command cycles through them. -bindsym $mod+minus scratchpad show +bindsym $mod+grave scratchpad show # # Resizing containers: #