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"
|
COMMANDS["lock"]="exec betterlockscreen --lock dim"
|
||||||
LABELS["lock"]=""
|
LABELS["lock"]=""
|
||||||
|
|
||||||
|
# roficlip
|
||||||
|
COMMANDS["roficlip"]"exec roficlip"
|
||||||
|
LABELS["roficlip"]=""
|
||||||
|
|
||||||
# mpd
|
# mpd
|
||||||
#COMMANDS["mpd"]="~/.config/Scripts/rofi-mpd -a"
|
#COMMANDS["mpd"]="~/.config/Scripts/rofi-mpd -a"
|
||||||
#LABELS["mpd"]=""
|
#LABELS["mpd"]=""
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,7 @@ client.unfocused $transparent $blue $white $darkblue $darkblack
|
||||||
client.focused_inactive $transparent $blue $white $darkblue $darkblack
|
client.focused_inactive $transparent $blue $white $darkblue $darkblack
|
||||||
client.urgent $darkred $darkred $black $darkred $darkred
|
client.urgent $darkred $darkred $black $darkred $darkred
|
||||||
client.background $black
|
client.background $black
|
||||||
|
|
||||||
###---Starting External Scripts---###
|
###---Starting External Scripts---###
|
||||||
|
|
||||||
#Start mopidy
|
#Start mopidy
|
||||||
|
|
@ -60,20 +61,14 @@ exec --no-startup-id twmnd &
|
||||||
#exec --no-startup-id mpdscribble --no-daemon &
|
#exec --no-startup-id mpdscribble --no-daemon &
|
||||||
#Conky
|
#Conky
|
||||||
#exec --no-startup-id conky -d -c ~/.config/conky/conkybg &
|
#exec --no-startup-id conky -d -c ~/.config/conky/conkybg &
|
||||||
#Rofi clipboard
|
#Clipster
|
||||||
#exec --no-startup-id greenclip daemon &
|
exec --no-startup-id clipster -d
|
||||||
#Torrent daemon:
|
|
||||||
#exec --no-startup-id transmission-daemon
|
|
||||||
#Mount other drives:
|
|
||||||
#exec --no-startup-id sudo mount -a
|
|
||||||
#Composite manager:
|
#Composite manager:
|
||||||
bindsym $mod+b exec --no-startup-id pkill compton
|
bindsym $mod+b exec --no-startup-id pkill compton
|
||||||
bindsym $mod+Ctrl+b exec --no-startup-id compton -b -f
|
bindsym $mod+Ctrl+b exec --no-startup-id compton -b -f
|
||||||
exec --no-startup-id compton -b
|
exec --no-startup-id compton -b
|
||||||
#Gnome privileges
|
#Gnome privileges
|
||||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
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:
|
#Launch Polybar where appropriate:
|
||||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||||
#Start the offlineimap daemon;
|
#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
|
#exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py
|
||||||
#Start udiskie
|
#Start udiskie
|
||||||
exec --no-startup-id 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:
|
#Add wallpaper:
|
||||||
exec --no-startup-id systemctl --user start wallpaper.service
|
exec --no-startup-id systemctl --user start wallpaper.service
|
||||||
#Unclutter makes the mouse invisible after a brief period
|
#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
|
bindsym $mod+Shift+BackSpace exec ~/.config/Scripts/on
|
||||||
|
|
||||||
# Show selection:
|
# Show selection:
|
||||||
bindsym $mod+Insert exec --no-startup-id showclip
|
bindsym Mod1+c exec clipster -sp
|
||||||
|
|
||||||
#STOP/HIDE EVERYTHING:
|
#STOP/HIDE EVERYTHING:
|
||||||
bindsym $mod+Shift+Delete exec $truemute ; exec $truepause ; workspace lmao ; exec $term -e htop ; exec $term -e ranger
|
bindsym $mod+Shift+Delete exec $truemute ; exec $truepause ; workspace lmao ; exec $term -e htop ; exec $term -e ranger
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue