remove custom parameter for clipman
This commit is contained in:
parent
5f6923e611
commit
9c82b0e020
2 changed files with 13 additions and 7 deletions
5
dot_config/fuzzel/executable_fuzzel-clipman.sh
Normal file
5
dot_config/fuzzel/executable_fuzzel-clipman.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
text=$(clipman pick --tool=STDOUT | fuzzel -d)
|
||||||
|
|
||||||
|
[[ $text != "" ]] && echo $text | wl-copy
|
|
@ -11,7 +11,8 @@ bindsym $mod+Shift+q kill
|
||||||
# Menu
|
# Menu
|
||||||
bindsym $mod+d exec fuzzel
|
bindsym $mod+d exec fuzzel
|
||||||
bindsym $mod+Shift+d exec j4-dmenu-desktop --dmenu="~/.config/sway/bemenu-run.sh -l 30" --term="wezterm" --no-generic
|
bindsym $mod+Shift+d exec j4-dmenu-desktop --dmenu="~/.config/sway/bemenu-run.sh -l 30" --term="wezterm" --no-generic
|
||||||
bindsym $mod+y exec clipman pick --tool=CUSTOM --tool-args="fuzzel -d"
|
#bindsym $mod+y exec clipman pick --tool=CUSTOM --tool-args="fuzzel -d"
|
||||||
|
bindsym $mod+y exec .config/fuzzel/fuzzel-clipman.sh
|
||||||
bindsym $mod+Shift+y exec ~/.config/fuzzel/fuzzel-pass.sh
|
bindsym $mod+Shift+y exec ~/.config/fuzzel/fuzzel-pass.sh
|
||||||
|
|
||||||
# Notification Menu
|
# Notification Menu
|
||||||
|
@ -42,14 +43,14 @@ bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# Allow switching between workspaces with left and right swipes
|
# Allow switching between workspaces with left and right swipes
|
||||||
bindgesture swipe:right workspace next
|
#bindgesture swipe:right workspace next
|
||||||
bindgesture swipe:left workspace prev
|
#bindgesture swipe:left workspace prev
|
||||||
|
|
||||||
# Allow container movements by pinching them
|
# Allow container movements by pinching them
|
||||||
bindgesture pinch:inward+up move up
|
#bindgesture pinch:inward+up move up
|
||||||
bindgesture pinch:inward+down move down
|
#bindgesture pinch:inward+down move down
|
||||||
bindgesture pinch:inward+left move left
|
#bindgesture pinch:inward+left move left
|
||||||
bindgesture pinch:inward+right move right
|
#bindgesture pinch:inward+right move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# split in horizontal orientation
|
||||||
bindsym $mod+h split h
|
bindsym $mod+h split h
|
||||||
|
|
Loading…
Reference in a new issue