mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
added greenclip
This commit is contained in:
parent
414bb14b1b
commit
a1f57b67b8
@ -9,6 +9,7 @@ and this project adheres to date versioning.
|
|||||||
|
|
||||||
- Fixed i3lock re-using the last image
|
- Fixed i3lock re-using the last image
|
||||||
- Set up /etc/environment sharing
|
- Set up /etc/environment sharing
|
||||||
|
- Added in greenclip again
|
||||||
|
|
||||||
## [2022-07-26]
|
## [2022-07-26]
|
||||||
|
|
||||||
|
10
config/greenclip.toml
Normal file
10
config/greenclip.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[greenclip]
|
||||||
|
blacklisted_applications = []
|
||||||
|
enable_image_support = true
|
||||||
|
history_file = "/home/mastermindzh/.cache/greenclip.history"
|
||||||
|
image_cache_directory = "/tmp/greenclip"
|
||||||
|
max_history_length = 25
|
||||||
|
max_selection_size_bytes = 0
|
||||||
|
static_history = []
|
||||||
|
trim_space_from_selection = true
|
||||||
|
use_primary_selection_as_input = false
|
1
dependencies/aur.txt
vendored
1
dependencies/aur.txt
vendored
@ -22,3 +22,4 @@ chili-sddm-theme
|
|||||||
robo3t-bin
|
robo3t-bin
|
||||||
dive
|
dive
|
||||||
gnome-text-editor
|
gnome-text-editor
|
||||||
|
greenclip
|
||||||
|
@ -131,6 +131,7 @@ bindsym $mod+d exec "rofi -show run"
|
|||||||
bindsym $mod+Tab exec "rofi -show"
|
bindsym $mod+Tab exec "rofi -show"
|
||||||
bindsym $mod+s exec "rofi -show ssh"
|
bindsym $mod+s exec "rofi -show ssh"
|
||||||
bindsym $mod+n exec $vpnmanager
|
bindsym $mod+n exec $vpnmanager
|
||||||
|
bindsym $mod+shift+v exec "rofi -modi 'clipboard:greenclip print' -show clipboard -run-command '{cmd}'"
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# Media keys #
|
# Media keys #
|
||||||
@ -313,3 +314,4 @@ exec --no-startup-id nm-applet
|
|||||||
exec_always feh --bg-scale $(find ~/Pictures/wallpapers/ -type f -name "*" | shuf -n 1)
|
exec_always feh --bg-scale $(find ~/Pictures/wallpapers/ -type f -name "*" | shuf -n 1)
|
||||||
exec /usr/bin/compton
|
exec /usr/bin/compton
|
||||||
exec /bin/bash ~/.config/i3/scripts/startup.sh
|
exec /bin/bash ~/.config/i3/scripts/startup.sh
|
||||||
|
exec --no-startup-id greenclip daemon
|
||||||
|
@ -93,6 +93,7 @@ function install_config {
|
|||||||
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.gtkrc-2.0.mine
|
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.gtkrc-2.0.mine
|
||||||
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/settings.ini
|
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/settings.ini
|
||||||
ln -sf "$PWD"/config/mimeapps.list ~/.config/mimeapps.list
|
ln -sf "$PWD"/config/mimeapps.list ~/.config/mimeapps.list
|
||||||
|
ln -sf "$PWD"/config/greenclip.toml ~/.config/greenclip.toml
|
||||||
|
|
||||||
mkdir -p ~/.config/rofi
|
mkdir -p ~/.config/rofi
|
||||||
ln -sf "$PWD"/config/rofi/rofi.rasi ~/.config/rofi/config.rasi
|
ln -sf "$PWD"/config/rofi/rofi.rasi ~/.config/rofi/config.rasi
|
||||||
|
Loading…
Reference in New Issue
Block a user