Browse Source

trb update

trb
chodylal 2 weeks ago
parent
commit
c5811622f4
  1. 12
      .config/fuzzel/fuzzel.ini
  2. 6
      .config/sway/config

12
.config/fuzzel/fuzzel.ini

@ -13,7 +13,7 @@ icons-enabled=no
# fields=filename,name,generic
# password-character=*
# filter-desktop=no
# match-mode=fzf
match-mode=fzf
# sort-result=yes
# match-counter=no
# delayed-filter-ms=300
@ -21,7 +21,7 @@ icons-enabled=no
# show-actions=no
# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
# launch-prefix=<not set>
# list-executables-in-path=yes
list-executables-in-path=yes
# anchor=center
# x-margin=0
@ -55,14 +55,14 @@ icons-enabled=no
[colors]
background=282828dd
text=ebdbb2ff
# prompt=d5c4a1ff
#placeholder=928374ff
#input=ebdbb2ff
prompt=d5c4a1ff
placeholder=928374ff
input=ebdbb2ff
match=fabd2fff
selection=3c3836ff
selection-text=ebdbb2ff
selection-match=fabd2fff
#counter=928374ff
counter=928374ff
border=fabd2fff
[border]

6
.config/sway/config

@ -154,11 +154,11 @@ bindsym $mod+Return exec /home/chodylal/.local/kitty.app/bin/kitty
# App launcher: wofi (lightweight, Wayland-native)
# Alternatives: rofi -show drun (rofi-wayland package), tofi
# bindsym $mod+d exec fuzzel
bindsym $mod+d exec fuzzel
set $menu dmenu_path | fuzzel --dmenu | xargs swaymsg exec --
# set $menu dmenu_path | fuzzel --dmenu | xargs swaymsg exec --
bindsym $mod+d exec $menu
# bindsym $mod+d exec $menu
bindsym Mod1+F2 exec wofi --show run
# Clipboard manager — show history (Ctrl+Alt+H)

Loading…
Cancel
Save