1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

updated wofi config

This commit is contained in:
eoli3n 2023-11-07 23:20:55 +01:00
parent f046e771ed
commit 8ffed97f67
2 changed files with 6 additions and 6 deletions

@ -29,10 +29,10 @@ gaps outer -4
bindsym $mod+Return exec wezterm bindsym $mod+Return exec wezterm
# start wofi # start wofi
bindsym $mod+Shift+d exec --no-startup-id wofi --show run -p "shell:" -L10 bindsym $mod+Shift+d exec --no-startup-id wofi --show run -p "shell:" -H 95%
bindsym $mod+d exec --no-startup-id wofi --show drun -p "app:" -L 10 bindsym $mod+d exec --no-startup-id wofi --show drun -p "app:" -H 95%
bindsym $mod+s exec --no-startup-id gopass ls --flat | wofi --dmenu -p "password:" -L 10 | xargs --no-run-if-empty gopass show -c bindsym $mod+s exec --no-startup-id gopass ls --flat | wofi --dmenu -p "password:" -H 95% | xargs --no-run-if-empty gopass show -c
bindsym $mod+Shift+s exec --no-startup-id gopass ls --flat web | wofi --dmenu -p "password:" -L 10 | xargs --no-run-if-empty gopass totp -c bindsym $mod+Shift+s exec --no-startup-id gopass ls --flat web | wofi --dmenu -p "totp:" -H 95% | xargs --no-run-if-empty gopass totp -c
# Use Mouse+$mod to drag floating windows to their wanted position # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod

@ -1,6 +1,6 @@
@define-color grey rgba(32, 32, 32, 0.8); @define-color grey rgba(32, 32, 32, 0.9);
@define-color yellow {{ color3 }}; @define-color yellow {{ color3 }};
@define-color darkgrey rgba(20, 20, 20, 0.8); @define-color darkgrey rgba(20, 20, 20, 0.9);
@define-color transparent rgba(0, 0, 0, 0); @define-color transparent rgba(0, 0, 0, 0);
window { window {