Replace urxvt with kitty, delete redundant Xresources
This commit is contained in:
parent
8b2ecad3ad
commit
95bb1475de
@ -1,2 +0,0 @@
|
||||
#include ".xrdb/colors/synthwave"
|
||||
#include ".xrdb/urxvt-resources"
|
@ -1,19 +0,0 @@
|
||||
*background: #312e39
|
||||
*foreground: #c0a79a
|
||||
*cursorColor: #554757
|
||||
*color0: #33303b
|
||||
*color1: #87404f
|
||||
*color2: #4c9882
|
||||
*color3: #71949a
|
||||
*color4: #615772
|
||||
*color5: #783e57
|
||||
*color6: #554757
|
||||
*color7: #c0a79a
|
||||
*color8: #4f4b58
|
||||
*color9: #87404f
|
||||
*color10: #4c9882
|
||||
*color11: #71949a
|
||||
*color12: #615772
|
||||
*color13: #783e57
|
||||
*color14: #554757
|
||||
*color15: #c0a79a
|
@ -1,30 +0,0 @@
|
||||
Xft.autohint : 0
|
||||
Xft.lcdfilter : lcddefault
|
||||
Xft.hintstyle : hintslight
|
||||
Xft.hinting : 1
|
||||
!Xft.antialias : 1
|
||||
Xft.rgba : rgb
|
||||
Xcursor.size : 16
|
||||
!URxvt*font: -uw-ttyp0-medium-r-normal--13-*-*-*-*-*-iso8859-1
|
||||
!URxvt*boldFont: -uw-ttyp0-bold-r-normal--13-*-*-*-*-*-iso8859-1
|
||||
URxvt*font: -t-cherry-medium-r-normal--13-*-*-*-*-*-iso10646-1
|
||||
URxvt*boldFont: -t-cherry-bold-r-normal--13-*-*-*-*-*-iso10646-1
|
||||
URxvt.iso14755: false
|
||||
URxvt.geometry: 72x18
|
||||
URxvt*letterSpace: 0
|
||||
URxvt.lineSpace: 0
|
||||
URxvt*depth: 32
|
||||
URxvt*saveline: 2000
|
||||
URxvt*termName: rxvt-256color
|
||||
URxvt*iso14755: false
|
||||
URxvt*scrollBar: false
|
||||
URxvt*scrollBar_right: false
|
||||
URxvt.perl-ext-common: default,clipboard,url-select
|
||||
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
||||
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||
URxvt.urlLauncher: firefox
|
||||
URxvt.underlineURLs: true
|
||||
URxvt.urlButton: 1
|
||||
URxvt*buffered: false
|
||||
URxvt*urgentOnBell: true
|
||||
!URxvt.internalBorder: 10
|
@ -56,7 +56,7 @@ inactive-opacity-override = false;
|
||||
alpha-step = 0.06;
|
||||
|
||||
opacity-rule = [
|
||||
"91:class_g *?='urxvt'",
|
||||
"91:class_g *?='kitty'",
|
||||
"91:class_g *?='zathura'",
|
||||
"91:class_g *?='emacs'"
|
||||
];
|
||||
|
@ -14,7 +14,6 @@ set -x ZPOOL_VDEV_NAME_PATH 1
|
||||
|
||||
# Aliases
|
||||
alias f "fff"
|
||||
alias tmux "tmux -2"
|
||||
alias peerflix "peerflix -d"
|
||||
alias xclip "xclip -selection clipboard"
|
||||
alias xi "xbps-install -S"
|
||||
|
@ -44,7 +44,7 @@
|
||||
<acceptfont>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>cherry</string>
|
||||
<string>termsyn</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
</acceptfont>
|
||||
|
1058
kitty/.config/kitty/kitty.conf
Normal file
1058
kitty/.config/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
@ -26,9 +26,6 @@ xrdb ~/.Xresources &
|
||||
(sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) &
|
||||
(sleep 3; polybar main) &
|
||||
|
||||
## Urxvt daemon
|
||||
urxvtd -q -f -o &
|
||||
|
||||
## KeepassXC
|
||||
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") &
|
||||
|
||||
|
@ -315,7 +315,7 @@
|
||||
</keybind>
|
||||
<keybind key="W-Return">
|
||||
<action name="Execute">
|
||||
<command>urxvtc</command>
|
||||
<command>kitty</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-w">
|
||||
|
@ -1,13 +1,13 @@
|
||||
set adjust-open "width"
|
||||
set selection-clipboard clipboard
|
||||
set recolor-lightcolor "#312e39"
|
||||
set recolor-darkcolor "#c0a79a"
|
||||
set recolor-lightcolor "#161821"
|
||||
set recolor-darkcolor "#c6c8d1"
|
||||
set recolor true
|
||||
set smooth-scroll true
|
||||
set window-title-basename true
|
||||
set completion-bg "#312e39"
|
||||
set statusbar-bg "#312e39"
|
||||
set statusbar-fg "#c0a79a"
|
||||
set highlight-color "#783e57"
|
||||
set highlight-active-color "#783e57"
|
||||
set completion-bg "#161821"
|
||||
set statusbar-bg "#161821"
|
||||
set statusbar-fg "#c6c8d1"
|
||||
set highlight-color "#a093c7"
|
||||
set highlight-active-color "#a093c7"
|
||||
set font "Ttyp0 10"
|
||||
|
Loading…
Reference in New Issue
Block a user