1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-13 11:06:05 +02:00

added wofi passwords gopass sway bindsym

This commit is contained in:
eoli3n 2021-05-28 01:37:50 +02:00
parent c09b316a83
commit 12adfaa42f
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- [x] gpg2
- [ ] gopass
- [ ] create issue about autoclip not working with wayland
- [ ] wofi menu with sway keybind
- [ ] neomutt
### TOFIX

View File

@ -30,6 +30,7 @@ bindsym $mod+Return exec kitty
# start wofi
bindsym $mod+Shift+d exec --no-startup-id wofi --show run -p "shell:" -L10
bindsym $mod+d exec --no-startup-id wofi --show drun -p "app:" -L 10
bindsym $mod+s exec --no-startup-id gopass ls --flat | wofi --dmenu -p "password:" -L 10 | xargs --no-run-if-empty gopass show -c
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
@ -71,7 +72,7 @@ bindsym $mod+v split v
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
#bindsym $mod+s layout stacking
bindsym $mod+z layout tabbed
bindsym $mod+e layout toggle split