@@ -19,7 +19,6 @@ set $border_size 2
19
19
set $gap_size 8
20
20
21
21
default_border pixel $border_size
22
- # default_border normal 0
23
22
default_floating_border normal 0
24
23
smart_borders on
25
24
@@ -30,7 +29,6 @@ smart_gaps on
30
29
31
30
# -----------------------------------------------------------------------------
32
31
# Font
33
- # set $main_font pango:Input 10
34
32
set $main_font pango:Roboto 11
35
33
font $main_font
36
34
title_align left
@@ -175,18 +173,18 @@ client.urgent $border_f $bg_uf $text_f $indic_f $border_uf
175
173
bindsym $mod+Return exec --no-startup-id alacritty
176
174
177
175
# XF86 Keys
178
- bindsym XF86AudioRaiseVolume exec --no-startup-id $HOME/scripts/volume -i 5
179
- bindsym XF86AudioLowerVolume exec --no-startup-id $HOME/scripts/volume -d 5
180
- bindsym XF86AudioMute exec --no-startup-id $HOME/scripts/volume -t
181
- bindsym XF86AudioMicMute exec --no-startup-id $HOME/scripts/mute_mic
176
+ bindsym XF86AudioRaiseVolume exec $HOME/scripts/volume -i 5
177
+ bindsym XF86AudioLowerVolume exec $HOME/scripts/volume -d 5
178
+ bindsym XF86AudioMute exec $HOME/scripts/volume -t
179
+ bindsym XF86AudioMicMute exec $HOME/scripts/mute_mic
182
180
183
- bindsym XF86MonBrightnessUp exec --no-startup-id $HOME/scripts/brightness inc
184
- bindsym XF86MonBrightnessDown exec --no-startup-id $HOME/scripts/brightness dec
181
+ bindsym XF86MonBrightnessUp exec $HOME/scripts/brightness inc
182
+ bindsym XF86MonBrightnessDown exec $HOME/scripts/brightness dec
185
183
186
- bindsym XF86Favorites exec --no-startup-id $HOME/scripts/toggle_backlight
184
+ bindsym XF86Favorites exec $HOME/scripts/toggle_backlight
187
185
188
186
# Application runner
189
- bindsym $mod+space exec --no-startup-id rofi -show drun -config $HOME/.config/rofi/sf_sway.rasi
187
+ bindsym $mod+space exec rofi -show drun -config $HOME/.config/rofi/sf_sway.rasi
190
188
191
189
# Quick copy screenshot
192
190
bindsym $mod+Print exec grim - | wl-copy -t image/png
@@ -210,23 +208,18 @@ bindsym Control+Mod1+Delete exec $HOME/scripts/logout
210
208
exec mako
211
209
212
210
# Waybar
213
- exec_always --no-startup-id $HOME/.config/waybar/waybar.sh
211
+ exec_always $HOME/.config/waybar/waybar.sh
214
212
215
213
# Gnome Policykit
216
214
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
217
215
218
- # Lock screen when idle
219
216
# exec swayidle -w \
220
- # timeout 1500 'swaymsg "output * dpms off" ' \
221
- # resume 'swaymsg "output * dpms on "' \
222
- # timeout 1800 'swaylock -e -i $HOME/Pictures/Backgrounds/aD7PxAG.jpg ' \
223
- # before-sleep 'swaylock -e -i $HOME/Pictures/Backgrounds/aD7PxAG.jpg'
217
+ # timeout 1500 'swaylock -f -i $HOME/Pictures/Backgrounds/aD7PxAG.jpg ' \
218
+ # timeout 1800 'swaymsg "output * dpms off "' \
219
+ # resume 'swaymsg "output * dpms on" ' \
220
+ # before-sleep 'swaylock -f -i $HOME/Pictures/Backgrounds/aD7PxAG.jpg'
224
221
225
- exec swayidle -w \
226
- timeout 1500 'swaylock -f -i $HOME/Pictures/Backgrounds/aD7PxAG.jpg' \
227
- timeout 1800 'swaymsg "output * dpms off"' \
228
- resume 'swaymsg "output * dpms on"' \
229
- before-sleep 'swaylock -f -i $HOME/Pictures/Backgrounds/aD7PxAG.jpg'
222
+ exec_always $HOME/scripts/idle
230
223
231
224
# }}}
232
225
@@ -250,7 +243,6 @@ for_window [app_id="pavucontrol"] floating enable
250
243
251
244
# Background
252
245
output "eDP-1" background $HOME/Pictures/arc_flowers_1080.png fill
253
- # output "*" background #3e4452 solid_color
254
246
255
247
# GTK Settings
256
248
set $gnome-schema org.gnome.desktop.interface
0 commit comments