From b5b29d05e74be39b62bb9bf3154132b6527116d2 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 14 Jul 2021 14:47:58 +0200 Subject: [PATCH] Add greenclip and rofi-as-file-browser --- bindings.conf | 2 ++ services.conf | 1 + vars.conf | 2 ++ 3 files changed, 5 insertions(+) diff --git a/bindings.conf b/bindings.conf index 4afe4f8..851505c 100644 --- a/bindings.conf +++ b/bindings.conf @@ -26,6 +26,8 @@ bindsym $mod+Mod1+t exec $alacritty_term bindsym $mod+Shift+t exec $hyper_term bindsym $mod+Mod1+l exec $lock bindsym $mod+Shift+b exec $chbg +bindsym $mod+c exec $clipboard +bindsym $mod+Shift+f exec $files bindsym XF86AudioRaiseVolume exec volumectl raise bindsym XF86AudioLowerVolume exec volumectl lower diff --git a/services.conf b/services.conf index bc3b158..9b7c7a0 100644 --- a/services.conf +++ b/services.conf @@ -7,6 +7,7 @@ exec "systemctl --user start waybar" exec "systemctl --user start mako" exec "systemctl --user start gammastep" exec "systemctl --user start kanshi" +exec "systemctl --user start greenclip" exec swayidle -w \ timeout 300 '$lock' \ timeout 305 'swaymsg "output * dpms off"' \ diff --git a/vars.conf b/vars.conf index c2e8590..8aed938 100644 --- a/vars.conf +++ b/vars.conf @@ -20,3 +20,5 @@ set $hyper_term hyper set $files nautilus set $lock swaylock -F -i ~/Pictures/screensaver.jpg set $chbg ~/.bin/change-bg.sh +set $clipboard rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' +set $files rofi -show file-browser