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 Thunar state=floating
|
||||||
bspc rule -a Xarchiver state=floating
|
bspc rule -a Xarchiver state=floating
|
||||||
bspc rule -a L3afpad state=floating
|
bspc rule -a L3afpad state=floating
|
||||||
|
bspc rule -a copyq state=floating
|
||||||
|
|
||||||
# start screen locker
|
# start screen locker
|
||||||
xset s 600 5
|
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 &
|
~/.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
|
killall picom
|
||||||
picom --no-fading-openclose &
|
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-left = bspwm xwindow
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = music filesystem memory cpu wlan powermenu
|
modules-right = music systray filesystem memory cpu wlan powermenu
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
; cursor-scroll = ns-resize
|
; cursor-scroll = ns-resize
|
||||||
@ -116,8 +116,10 @@ wm-name = bspwm
|
|||||||
[module/systray]
|
[module/systray]
|
||||||
type = internal/tray
|
type = internal/tray
|
||||||
|
|
||||||
format-margin = 8pt
|
format-margin = 4pt
|
||||||
tray-spacing = 16pt
|
tray-spacing = 8pt
|
||||||
|
|
||||||
|
tray-size = 50%
|
||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
|
@ -26,14 +26,12 @@ super + c
|
|||||||
super + p
|
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
|
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
|
Print
|
||||||
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path"
|
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim "$path" && xclip -selection clipboard -t image/png -i "$path"
|
||||||
# && cat "$path" | xclip -selection clipboard -t image/png -i
|
|
||||||
|
|
||||||
shift + Print
|
shift + Print
|
||||||
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path"
|
path="$HOME/pic/screenshots/$(date +"%s - %Y-%m-%d").png" && maim -s "$path" && xclip -selection clipboard -t image/png -i "$path"
|
||||||
# && xclip -selection clipboard -t image/png "$path"
|
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
|
Loading…
x
Reference in New Issue
Block a user