From cac53e0ea9943863c8c499ef08ab8714934905e6 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Sun, 2 Jun 2019 21:45:48 +0300 Subject: [PATCH] clipster and roficlip installed --- .config/Scripts/rofi-bangs.sh | 4 ++++ .config/i3/config | 16 ++++------------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.config/Scripts/rofi-bangs.sh b/.config/Scripts/rofi-bangs.sh index efebdf1..86d6071 100755 --- a/.config/Scripts/rofi-bangs.sh +++ b/.config/Scripts/rofi-bangs.sh @@ -30,6 +30,10 @@ LABELS["window"]="" COMMANDS["lock"]="exec betterlockscreen --lock dim" LABELS["lock"]="" +# roficlip +COMMANDS["roficlip"]"exec roficlip" +LABELS["roficlip"]="" + # mpd #COMMANDS["mpd"]="~/.config/Scripts/rofi-mpd -a" #LABELS["mpd"]="" diff --git a/.config/i3/config b/.config/i3/config index f706ea1..e35118a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -49,6 +49,7 @@ client.unfocused $transparent $blue $white $darkblue $darkblack client.focused_inactive $transparent $blue $white $darkblue $darkblack client.urgent $darkred $darkred $black $darkred $darkred client.background $black + ###---Starting External Scripts---### #Start mopidy @@ -60,20 +61,14 @@ exec --no-startup-id twmnd & #exec --no-startup-id mpdscribble --no-daemon & #Conky #exec --no-startup-id conky -d -c ~/.config/conky/conkybg & -#Rofi clipboard -#exec --no-startup-id greenclip daemon & -#Torrent daemon: -#exec --no-startup-id transmission-daemon -#Mount other drives: -#exec --no-startup-id sudo mount -a +#Clipster +exec --no-startup-id clipster -d #Composite manager: bindsym $mod+b exec --no-startup-id pkill compton bindsym $mod+Ctrl+b exec --no-startup-id compton -b -f exec --no-startup-id compton -b #Gnome privileges exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -#Urxvt daemon -#exec --no-startup-id urxvtd -q -o -f #Launch Polybar where appropriate: exec_always --no-startup-id ~/.config/polybar/launch.sh #Start the offlineimap daemon; @@ -81,9 +76,6 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh #exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py #Start udiskie exec --no-startup-id udiskie & -#Restore wpg -#exec --no-startup-id ~/.config/wpg/wp_init.sh -#exec --no-startup-id wal -R #Add wallpaper: exec --no-startup-id systemctl --user start wallpaper.service #Unclutter makes the mouse invisible after a brief period @@ -138,7 +130,7 @@ bindsym $mod+BackSpace exec $flash bindsym $mod+Shift+BackSpace exec ~/.config/Scripts/on # Show selection: -bindsym $mod+Insert exec --no-startup-id showclip +bindsym Mod1+c exec clipster -sp #STOP/HIDE EVERYTHING: bindsym $mod+Shift+Delete exec $truemute ; exec $truepause ; workspace lmao ; exec $term -e htop ; exec $term -e ranger