diff options
author | luxagraf <sng@luxagraf.net> | 2020-07-15 09:29:55 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-07-15 09:29:55 -0400 |
commit | 768a4df311c1a0b296481860258a7f58d3a87fa6 (patch) | |
tree | 2e0b10a24ebc607b9bdfcc727f99f802ee89348d /.config | |
parent | fe4d14419e52e4afbc2a7feefdc34cae2f30a3e1 (diff) |
added latest tweaks to my setup
Diffstat (limited to '.config')
-rw-r--r-- | .config/ranger/bookmarks | 2 | ||||
-rw-r--r-- | .config/sway/config | 19 |
2 files changed, 15 insertions, 6 deletions
diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index a0e839a..459a76b 100644 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -1,4 +1,4 @@ -':/home/lxf +':/home/lxf/sites/discursive/design/sass d:/home/lxf/documents l:/home/lxf/writing/luxagraf b:/home/lxf/writing/lbh diff --git a/.config/sway/config b/.config/sway/config index 804d73f..eacbd05 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -218,13 +218,22 @@ bindsym $mod+Space exec alacritty --class 'launcher' --command bash -c 'compgen # pass chooser bindsym $mod+p exec alacritty --class 'launcher' --command bash -c 'pass clip --fzf | xargs -r swaymsg -t command exec' -#snippet manager -bindsym $mod+s exec alacritty --class 'launcher' --command bash -c 'pet exec | wl-copy | xargs -r swaymsg -t command exec' - for_window [app_id="^launcher$"] floating enable, border none, resize set width 25 ppt height 20 ppt, move position 0 px 0 px -bindsym $mod+b exec alacritty --class 'qutesearch' --command bash -c 'url=$(cat .config/qutebrowser/bookmarks/urls | fzf | cut -d \" \" -f 1) && qutebrowser "$url" | xargs -r swaymsg -t command exec' +#snippet manager old +#bindsym $mod+s exec alacritty --class 'launcher' --command bash -c 'pet exec | wl-copy | xargs -r swaymsg -t command exec' + +#snippet manager +bindsym $mod+s exec alacritty --class 'smsearch' --command bash -c 'fzsnip | xargs -r swaymsg -t command exec' + +bindsym $mod+b exec alacritty --class 'smsearch' --command bash -c 'url=$(cat .config/qutebrowser/bookmarks/urls | fzf | cut -d \" \" -f 1) && qutebrowser "$url" | xargs -r swaymsg -t command exec' + +for_window [app_id="^smsearch$"] floating enable, border none, resize set width 80 ppt height 60 ppt, move position 0 px 0 px + + +bindsym $mod+n exec alacritty --class 'smsearch' --command bash -c 'notes' -for_window [app_id="^qutesearch$"] floating enable, border none, resize set width 80 ppt height 60 ppt, move position 0 px 0 px +for_window [app_id="^smsearch$"] floating enable, border none, resize set width 80 ppt height 60 ppt, move position 0 px 0 px +exec udevmon -c /home/lxf/.udevmon.yaml >udevmon.log 2>udevmon.err & exec_always ~/.config/waybar/waybar.sh |