switch from greenclip to copyq
This commit is contained in:
parent
26e45773ae
commit
2f0bdf9b7f
@ -23,6 +23,7 @@ bspc rule -a Dconf-editor state=floating
|
||||
bspc rule -a Thunar state=floating
|
||||
bspc rule -a Xarchiver state=floating
|
||||
bspc rule -a L3afpad state=floating
|
||||
bspc rule -a copyq state=floating
|
||||
|
||||
# start screen locker
|
||||
xset s 600 5
|
||||
@ -34,7 +35,7 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
|
||||
|
||||
~/.config/bspwm/scripts/launch-polybar.sh &
|
||||
|
||||
pgrep -x greenclip > /dev/null || greenclip daemon &
|
||||
pgrep -x copyq > /dev/null || ~/.config/bspwm/scripts/copyq.sh &
|
||||
|
||||
killall picom
|
||||
picom --no-fading-openclose &
|
||||
|
@ -1,11 +0,0 @@
|
||||
|
||||
[greenclip]
|
||||
blacklisted_applications = []
|
||||
enable_image_support = false
|
||||
history_file = "/home/april/.cache/greenclip.history"
|
||||
image_cache_directory = "/tmp/greenclip"
|
||||
max_history_length = 50
|
||||
max_selection_size_bytes = 0
|
||||
static_history = []
|
||||
trim_space_from_selection = true
|
||||
use_primary_selection_as_input = false
|
@ -55,7 +55,7 @@ font-0 = "JetBrainsMonoNL Nerd Font Mono:pixelsize=12;2"
|
||||
|
||||
modules-left = bspwm xwindow
|
||||
modules-center = date
|
||||
modules-right = music filesystem memory cpu wlan powermenu
|
||||
modules-right = music systray filesystem memory cpu wlan powermenu
|
||||
|
||||
cursor-click = pointer
|
||||
; cursor-scroll = ns-resize
|
||||
@ -116,8 +116,10 @@ wm-name = bspwm
|
||||
[module/systray]
|
||||
type = internal/tray
|
||||
|
||||
format-margin = 8pt
|
||||
tray-spacing = 16pt
|
||||
format-margin = 4pt
|
||||
tray-spacing = 8pt
|
||||
|
||||
tray-size = 50%
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
|
@ -26,14 +26,12 @@ super + c
|
||||
super + p
|
||||
rofi -show p -modi p:'~/.config/rofi/scripts/rofi-power-menu --symbols-font "JetBrainsMonoNL Nerd Font Mono"' -font "JetBrainsMonoNL Nerd Font Mono" -monitor -1
|
||||
|
||||
# print screen - currently disabled clipboard due to issues with greenclip
|
||||
# print screen
|
||||
Print
|
||||
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path"
|
||||
# && cat "$path" | xclip -selection clipboard -t image/png -i
|
||||
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png -i "$path"
|
||||
|
||||
shift + Print
|
||||
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path"
|
||||
# && xclip -selection clipboard -t image/png "$path"
|
||||
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path" && xclip -selection clipboard -t image/png -i "$path"
|
||||
|
||||
# make sxhkd reload its configuration files:
|
||||
super + Escape
|
||||
|
Loading…
x
Reference in New Issue
Block a user