Good morning, sway
This commit is contained in:
parent
1c6decbe03
commit
23f78fa40f
|
@ -3,6 +3,7 @@ bold_font IosevkaLyteTerm Heavy
|
|||
italic_font IosevkaLyteTerm Italic
|
||||
bold_italic_font IosevkaLyteTerm Heavy Italic
|
||||
font_size 12.5
|
||||
inactive_text_alpha 0.5
|
||||
|
||||
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
default_border pixel 1
|
||||
exec swayidle -w timeout 600 'notify-send "Idling in 30 seconds..."' timeout 630 'swaylock -f' timeout 660 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f'
|
||||
exec swayidle -w timeout 600 'notify-send "Idling in 30 seconds..."' timeout 630 'swaylock -f' timeout 660 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on" & maybe-good-morning' before-sleep 'swaylock -f'
|
||||
|
||||
output "Samsung Electric Company SyncMaster H1AK500000" position 0,0
|
||||
|
||||
|
|
|
@ -15,4 +15,9 @@ notify-send \
|
|||
"Activate this notification (click it or Super+Shift+Space) to run the script. Dismiss (Super+Ctrl+Space) to ignore." \
|
||||
--action=default=Activate \
|
||||
| rg default \
|
||||
&& hyprctl dispatch exec [float] wezterm start good-morning
|
||||
&& \
|
||||
if set -q HYPRLAND_INSTANCE_SIGNATURE
|
||||
hyprctl dispatch exec [float] wezterm start good-morning
|
||||
else
|
||||
sway exec 'floating-term good-morning'
|
||||
end
|
||||
|
|
|
@ -42,13 +42,13 @@ input type:touchpad {
|
|||
}
|
||||
|
||||
bindsym $mod+control+space exec makoctl dismiss
|
||||
# bindsym $mod+shift+space exec makoctl invoke
|
||||
bindsym $mod+shift+space exec makoctl invoke
|
||||
bindsym $mod+return exec kitty --single-instance
|
||||
bindsym $mod+shift+return exec floating-term
|
||||
bindsym $mod+shift+alt+return exec kitty
|
||||
bindsym $mod+c kill
|
||||
bindsym $mod+shift+c kill # TODO: kill -9?
|
||||
bindsym $mod+shift+space exec wofi --show drun
|
||||
# bindsym $mod+shift+space exec wofi --show drun
|
||||
bindsym $mod+space exec wofi --show drun
|
||||
bindsym $mod+shift+s exec clipshot
|
||||
bindsym $mod+e exec thunar
|
||||
|
|
Reference in a new issue