diff --git a/.config/greenclip.toml b/.config/greenclip.toml new file mode 100644 index 0000000..2c31a79 --- /dev/null +++ b/.config/greenclip.toml @@ -0,0 +1,13 @@ +[greenclip] + history_file = "/home/oasido/.cache/greenclip.history" + max_history_length = 500 + max_selection_size_bytes = 0 + trim_space_from_selection = true + use_primary_selection_as_input = false + blacklisted_applications = [] + enable_image_support = true + image_cache_directory = "/tmp/greenclip" + static_history = [ + '''¯\_(ツ)_/¯''', +] + diff --git a/.config/i3/config b/.config/i3/config index f34f919..7972040 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -12,7 +12,7 @@ exec --no-startup-id dex --autostart --environment i3 exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id nm-applet exec --no-startup-id sxhkd -exec --no-startup-id compton +exec --no-startup-id picom exec --no-startup-id ~/.dot/.local/bin/scripts/audio-setup exec --no-startup-id setxkbmap -layout us,il -option 'caps:ctrl_modifier,grp:alt_shift_toggle' exec --no-startup-id nitrogen --restore diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 227dfb3..02e9b2f 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -9,12 +9,13 @@ super + Return alacritty # --- i3wm --- +super + shift + v + rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' # Close focused window super + shift + q i3-msg kill - # Program launcher super + d rofi -show drun diff --git a/.local/bin/greenclip b/.local/bin/greenclip new file mode 100755 index 0000000..99051af Binary files /dev/null and b/.local/bin/greenclip differ