Replace urxvt with kitty, delete redundant Xresources

This commit is contained in:
coolneng 2019-11-23 02:15:18 +01:00
parent 8b2ecad3ad
commit 95bb1475de
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
10 changed files with 1068 additions and 65 deletions

View File

@ -1,2 +0,0 @@
#include ".xrdb/colors/synthwave"
#include ".xrdb/urxvt-resources"

View File

@ -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

View File

@ -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

View File

@ -56,7 +56,7 @@ inactive-opacity-override = false;
alpha-step = 0.06; alpha-step = 0.06;
opacity-rule = [ opacity-rule = [
"91:class_g *?='urxvt'", "91:class_g *?='kitty'",
"91:class_g *?='zathura'", "91:class_g *?='zathura'",
"91:class_g *?='emacs'" "91:class_g *?='emacs'"
]; ];

View File

@ -14,7 +14,6 @@ set -x ZPOOL_VDEV_NAME_PATH 1
# Aliases # Aliases
alias f "fff" alias f "fff"
alias tmux "tmux -2"
alias peerflix "peerflix -d" alias peerflix "peerflix -d"
alias xclip "xclip -selection clipboard" alias xclip "xclip -selection clipboard"
alias xi "xbps-install -S" alias xi "xbps-install -S"

View File

@ -44,7 +44,7 @@
<acceptfont> <acceptfont>
<pattern> <pattern>
<patelt name="family"> <patelt name="family">
<string>cherry</string> <string>termsyn</string>
</patelt> </patelt>
</pattern> </pattern>
</acceptfont> </acceptfont>

File diff suppressed because it is too large Load Diff

View File

@ -26,9 +26,6 @@ xrdb ~/.Xresources &
(sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) & (sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) &
(sleep 3; polybar main) & (sleep 3; polybar main) &
## Urxvt daemon
urxvtd -q -f -o &
## KeepassXC ## KeepassXC
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") & (sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") &

View File

@ -315,7 +315,7 @@
</keybind> </keybind>
<keybind key="W-Return"> <keybind key="W-Return">
<action name="Execute"> <action name="Execute">
<command>urxvtc</command> <command>kitty</command>
</action> </action>
</keybind> </keybind>
<keybind key="W-w"> <keybind key="W-w">

View File

@ -1,13 +1,13 @@
set adjust-open "width" set adjust-open "width"
set selection-clipboard clipboard set selection-clipboard clipboard
set recolor-lightcolor "#312e39" set recolor-lightcolor "#161821"
set recolor-darkcolor "#c0a79a" set recolor-darkcolor "#c6c8d1"
set recolor true set recolor true
set smooth-scroll true set smooth-scroll true
set window-title-basename true set window-title-basename true
set completion-bg "#312e39" set completion-bg "#161821"
set statusbar-bg "#312e39" set statusbar-bg "#161821"
set statusbar-fg "#c0a79a" set statusbar-fg "#c6c8d1"
set highlight-color "#783e57" set highlight-color "#a093c7"
set highlight-active-color "#783e57" set highlight-active-color "#a093c7"
set font "Ttyp0 10" set font "Ttyp0 10"