Skip to content

Commit

Permalink
update through script - 2024-04-16 03:39:59
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Apr 16, 2024
1 parent 15de991 commit 36b1dea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .config/greenclip.toml
Original file line number Diff line number Diff line change
@@ -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 = [
'''¯\_(ツ)_/¯''',
]

2 changes: 1 addition & 1 deletion .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added .local/bin/greenclip
Binary file not shown.

0 comments on commit 36b1dea

Please sign in to comment.