chore(sway): Update
This commit is contained in:
parent
008ecba1a3
commit
19a8cbf400
3 changed files with 47 additions and 30 deletions
|
@ -61,5 +61,9 @@ exec wlsunset -l 50.50 -L 4.00 -t 3000 -T 6500
|
|||
exec gnome-keyring-daemon --start --components=secrets # Secrets
|
||||
exec dunst --verbosity crit # Notification manager
|
||||
exec swayidle -w
|
||||
exec waycorner
|
||||
|
||||
exec nextcloud --background
|
||||
|
||||
# SwayFX
|
||||
blur enable
|
||||
|
|
|
@ -7,7 +7,8 @@ set $default "default"
|
|||
# Resizing
|
||||
set $mode_resize "Resize"
|
||||
bindsym $flag+r mode $mode_resize
|
||||
mode $mode_resize bindsym {
|
||||
mode $mode_resize {
|
||||
bindsym {
|
||||
$right resize grow width 10 px or 10 ppt
|
||||
$up resize grow height 10 px or 10 ppt
|
||||
$left resize shrink width 10 px or 10 ppt
|
||||
|
@ -43,6 +44,14 @@ mode $mode_resize bindsym {
|
|||
Return mode $default
|
||||
}
|
||||
|
||||
bindgesture {
|
||||
swipe:2:right resize grow width 10 px or 10 ppt
|
||||
swipe:2:down resize grow height 10 px or 10 ppt
|
||||
swipe:2:left resize shrink width 10 px or 10 ppt
|
||||
swipe:2:up resize shrink height 10 px or 10 ppt
|
||||
}
|
||||
}
|
||||
|
||||
# System actions
|
||||
set $mode_system "System (l)ock, (s)leep, (h)ibernate, (r)eboot, (Shift+s)hutdown"
|
||||
bindsym Control+$alt+Delete mode $mode_system
|
||||
|
@ -94,8 +103,8 @@ mode $mode_screenshot bindsym {
|
|||
set $mode_launcher "Launch (f)irefox, (s)potify or (t)hunderbird."
|
||||
bindsym $flag+o mode $mode_launcher
|
||||
mode $mode_launcher bindsym {
|
||||
f exec firefox
|
||||
t exec thunderbird
|
||||
f exec firefox, mode $default
|
||||
t exec thunderbird, mode $default
|
||||
|
||||
$flag+o mode $default
|
||||
Escape mode $default
|
||||
|
|
|
@ -15,6 +15,10 @@ default_border pixel 1
|
|||
default_floating_border normal 1
|
||||
hide_edge_borders smart
|
||||
smart_borders on
|
||||
gaps {
|
||||
inner 5
|
||||
outer 3
|
||||
}
|
||||
|
||||
# Mimic no titles by setting the text color to background color
|
||||
# border backgr. text indic. child_border
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue