clipster and roficlip installed
This commit is contained in:
parent
51c64ce1c3
commit
cac53e0ea9
|
|
@ -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"]=""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue