aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.in')
-rw-r--r--config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.in b/config.in
index 08703bef..a5173165 100644
--- a/config.in
+++ b/config.in
@@ -14,11 +14,11 @@ set $down j
14set $up k 14set $up k
15set $right l 15set $right l
16# Your preferred terminal emulator 16# Your preferred terminal emulator
17set $term alacritty 17set $term foot
18# Your preferred application launcher 18# Your preferred application launcher
19# Note: pass the final command to swaymsg so that the resulting window can be opened 19# Note: pass the final command to swaymsg so that the resulting window can be opened
20# on the original workspace that the command was run on. 20# on the original workspace that the command was run on.
21set $menu dmenu_path | dmenu | xargs swaymsg exec -- 21set $menu dmenu_path | wmenu | xargs swaymsg exec --
22 22
23### Output configuration 23### Output configuration
24# 24#
@@ -37,7 +37,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
37# 37#
38# exec swayidle -w \ 38# exec swayidle -w \
39# timeout 300 'swaylock -f -c 000000' \ 39# timeout 300 'swaylock -f -c 000000' \
40# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ 40# timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
41# before-sleep 'swaylock -f -c 000000' 41# before-sleep 'swaylock -f -c 000000'
42# 42#
43# This will lock your screen after 300 seconds of inactivity, then turn off 43# This will lock your screen after 300 seconds of inactivity, then turn off
@@ -82,7 +82,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
82 bindsym $mod+Shift+c reload 82 bindsym $mod+Shift+c reload
83 83
84 # Exit sway (logs you out of your Wayland session) 84 # Exit sway (logs you out of your Wayland session)
85 bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' 85 bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
86# 86#
87# Moving around: 87# Moving around:
88# 88#
@@ -205,7 +205,7 @@ bar {
205 205
206 # When the status_command prints a new line to stdout, swaybar updates. 206 # When the status_command prints a new line to stdout, swaybar updates.
207 # The default just shows the current date and time. 207 # The default just shows the current date and time.
208 status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done 208 status_command while date +'%Y-%m-%d %X'; do sleep 1; done
209 209
210 colors { 210 colors {
211 statusline #ffffff 211 statusline #ffffff