sway: Add tessen for autotyping passwords
This commit is contained in:
parent
704113f44b
commit
29aa218e62
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
#
|
#
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+d exec $menu
|
bindsym $mod+d exec $menu
|
||||||
|
bindsym $mod+x exec $pass_menu
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
|
|
||||||
#set $menu wofi --show drun | xargs swaymsg exec --
|
#set $menu wofi --show drun | xargs swaymsg exec --
|
||||||
set $menu fuzzel --font=monospace:20 --width=50 | xargs swaymsg exec --
|
set $menu fuzzel --font=monospace:20 --width=50 | xargs swaymsg exec --
|
||||||
|
set $pass_menu tessen
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue