Use fuzzel over wofi
This commit is contained in:
parent
58213c1d91
commit
2480494e85
9 changed files with 7 additions and 101 deletions
|
|
@ -168,7 +168,7 @@ bindsym $mod+r mode "resize"
|
|||
|
||||
bindsym $mod+Alt+l exec swaylock
|
||||
|
||||
bindsym $mod+p exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy
|
||||
bindsym $mod+p exec cliphist list | fuzzel --dmenu | cliphist decode | wl-copy
|
||||
|
||||
bindsym $mod+Alt+c exec swaymsg input type:keyboard xkb_variant colemak && notify-send "Layout Change" "colemak"
|
||||
bindsym $mod+Alt+q exec swaymsg input type:keyboard xkb_variant '""' && notify-send "Layout Change" "qwerty"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ corner_radius 12
|
|||
layer_effects "waybar" blur enable; shadows disable; corner_radius 15
|
||||
layer_effects "notifications" blur enable; shadows enable; corner_radius 12
|
||||
layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13
|
||||
layer_effects "wofi" blur enable; shadows enable; corner_radius 13
|
||||
layer_effects "fuzzel" blur enable; shadows enable; corner_radius 13
|
||||
|
||||
titlebar_separator disable
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ set $term footclient
|
|||
# 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.
|
||||
set $menu wofi --show drun --gtk-dark | xargs swaymsg exec --
|
||||
set $menu fuzzel | xargs swaymsg exec --
|
||||
set $bg /usr/share/backgrounds/archlinux/wild.png
|
||||
|
||||
include /etc/sway/config-vars.d/*
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
entries="⇠ Logout\n⏾ Suspend\n⭮ Reboot\n⏻ Shutdown\n Lock"
|
||||
|
||||
selected=$(echo -e $entries | wofi --dmenu --cache-file /dev/null | awk '{print tolower($2)}')
|
||||
selected=$(echo -e $entries | fuzzel --dmenu | awk '{print tolower($2)}')
|
||||
|
||||
case $selected in
|
||||
lock)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ swaylock
|
|||
swaybg
|
||||
fnott
|
||||
waybar
|
||||
wofi
|
||||
fuzzel
|
||||
kanshi
|
||||
foot
|
||||
firefox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue