sway: Switch swaylock to default, and configure wezterm
parent
ed3fe5cce1
commit
6ed2bd98aa
|
@ -14,7 +14,7 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term alacritty
|
||||
set $term wezterm
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
|
@ -224,7 +224,7 @@ include /home/peter/.config/sway/local.d/*
|
|||
|
||||
output "*" bg $wallpaper fill
|
||||
|
||||
bindsym Ctrl+Mod1+l exec swaylock -i $wallpaper --clock --fade-in 1 --indicator --indicator-thickness 6 --ring-color ebdbb2 --inside-color 00000055 --key-hl-color 4d4d4d --line-uses-ring --separator-color 00000000 --text-color ebdbb2 --timestr "%H:%M"
|
||||
bindsym Ctrl+Mod1+l exec swaylock -i $wallpaper --indicator-thickness 6 --ring-color ebdbb2 --inside-color 00000055 --key-hl-color 4d4d4d --line-uses-ring --separator-color 00000000 --text-color ebdbb2
|
||||
bindsym $mod+x exec bemenu-run | xargs swaymsg exec --
|
||||
|
||||
bindsym Print exec grimshot --notify save area
|
||||
|
|
Loading…
Reference in New Issue