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 # fields=filename,name,generic
# password-character=* # password-character=*
# filter-desktop=no # filter-desktop=no
# match-mode=fzf match-mode=fzf
# sort-result=yes # sort-result=yes
# match-counter=no # match-counter=no
# delayed-filter-ms=300 # delayed-filter-ms=300
@ -21,7 +21,7 @@ icons-enabled=no
# show-actions=no # show-actions=no
# terminal=$TERMINAL -e # Note: you cannot actually use environment variables here # terminal=$TERMINAL -e # Note: you cannot actually use environment variables here
# launch-prefix=<not set> # launch-prefix=<not set>
# list-executables-in-path=yes list-executables-in-path=yes
# anchor=center # anchor=center
# x-margin=0 # x-margin=0
@ -55,14 +55,14 @@ icons-enabled=no
[colors] [colors]
background=282828dd background=282828dd
text=ebdbb2ff text=ebdbb2ff
# prompt=d5c4a1ff prompt=d5c4a1ff
#placeholder=928374ff placeholder=928374ff
#input=ebdbb2ff input=ebdbb2ff
match=fabd2fff match=fabd2fff
selection=3c3836ff selection=3c3836ff
selection-text=ebdbb2ff selection-text=ebdbb2ff
selection-match=fabd2fff selection-match=fabd2fff
#counter=928374ff counter=928374ff
border=fabd2fff border=fabd2fff
[border] [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) # App launcher: wofi (lightweight, Wayland-native)
# Alternatives: rofi -show drun (rofi-wayland package), tofi # 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 bindsym Mod1+F2 exec wofi --show run
# Clipboard manager — show history (Ctrl+Alt+H) # Clipboard manager — show history (Ctrl+Alt+H)

Loading…
Cancel
Save