Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard

! URL
URxvt.keysym.M-u: perl:url-select:select_next
Expand Down
Binary file modified .config/GIMP/2.10/splashes/splash.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions .config/openbox/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
</placement>
<theme>
<name>Fleon</name>
<cornerRadius>8</cornerRadius>
<cornerRadius menu="yes">8</cornerRadius>
<titleLayout>CIML</titleLayout>
<!-- available characters are NDSLIMC, each can occur at most once. N: window icon L: window label (AKA title). I: iconify M: maximize C: close S: shade (roll up/down) D: omnipresent (on all desktops). -->
<keepBorder>yes</keepBorder>
Expand Down