mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] remove useless Xdefaults from sway & add lock.sh to bin
This commit is contained in:
parent
910c5032f8
commit
25383926f4
2 changed files with 1 additions and 64 deletions
|
@ -42,6 +42,7 @@
|
||||||
"~/.local/bin/checknofullscreen": "i3/checknofullscreen.sh",
|
"~/.local/bin/checknofullscreen": "i3/checknofullscreen.sh",
|
||||||
"~/.local/bin/clean": "bin/clean.sh",
|
"~/.local/bin/clean": "bin/clean.sh",
|
||||||
"~/.local/bin/lockscreen": "i3/lockscreen.sh",
|
"~/.local/bin/lockscreen": "i3/lockscreen.sh",
|
||||||
|
"~/.local/bin/lock": "sway/lock.sh",
|
||||||
"~/.config/dunst/dunstrc": "dunst/dunstrc",
|
"~/.config/dunst/dunstrc": "dunst/dunstrc",
|
||||||
"~/.profile.d/load": "shell/load",
|
"~/.profile.d/load": "shell/load",
|
||||||
"~/.profile.d/10-vars.sh": "shell/vars.sh",
|
"~/.profile.d/10-vars.sh": "shell/vars.sh",
|
||||||
|
@ -69,7 +70,6 @@
|
||||||
"~/.vim/bundle": "vim/wuman-vimrc/bundle",
|
"~/.vim/bundle": "vim/wuman-vimrc/bundle",
|
||||||
"~/.wgetrc": "wget/wgetrc",
|
"~/.wgetrc": "wget/wgetrc",
|
||||||
"~/.Xresources": "i3/Xresources",
|
"~/.Xresources": "i3/Xresources",
|
||||||
"~/.Xdefaults": "sway/Xdefaults",
|
|
||||||
"~/.config/yay/config.json": "yay/config.json"
|
"~/.config/yay/config.json": "yay/config.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,63 +0,0 @@
|
||||||
xterm*selectToClipboard: true
|
|
||||||
|
|
||||||
xterm*faceName: Source Code Pro:size=10
|
|
||||||
xterm*font: 8x13
|
|
||||||
xterm*saveLines: 4096
|
|
||||||
xterm*locale: true
|
|
||||||
xterm*termName: xterm-256color
|
|
||||||
xterm*borderWidth: 0
|
|
||||||
xterm*scrollTtyOutput: false
|
|
||||||
xterm*scrollKey: true
|
|
||||||
|
|
||||||
XTerm*VT100.AutoWrap: true
|
|
||||||
xterm*allowWindowOps: true
|
|
||||||
XTerm*VT100.utf8Title: true
|
|
||||||
|
|
||||||
! http://unix.stackexchange.com/questions/227701/how-to-use-ctrl-insert-to-copy-from-xterm
|
|
||||||
XTerm*VT100.Translations: #override\n\
|
|
||||||
Shift Ctrl <KeyPress> v: insert-selection(CLIPBOARD)\n\
|
|
||||||
Shift Ctrl <KeyPress> c: copy-selection(CLIPBOARD)\n
|
|
||||||
|
|
||||||
! Color definition
|
|
||||||
#define COLOR_THEME_FG #E0E0E0
|
|
||||||
#define COLOR_THEME_BG #080808
|
|
||||||
|
|
||||||
! Colours stolen from user 'Barrucadu' in the ArchLinux Thread:
|
|
||||||
! https://bbs.archlinux.org/viewtopic.php?pid=652678#p652678
|
|
||||||
#define COLOR_THEME_BLACK #202426
|
|
||||||
#define COLOR_THEME_DARK_RED #B80000
|
|
||||||
#define COLOR_THEME_DARK_GREEN #04822A
|
|
||||||
#define COLOR_THEME_DARK_YELLOW #804400
|
|
||||||
#define COLOR_THEME_DARK_BLUE #193B6B
|
|
||||||
#define COLOR_THEME_DARK_MAGENTA #5C3F61
|
|
||||||
#define COLOR_THEME_DARK_CYAN #036466
|
|
||||||
#define COLOR_THEME_DARK_GREY #555753
|
|
||||||
|
|
||||||
#define COLOR_THEME_LIGHT_GREY #D7D4D7
|
|
||||||
#define COLOR_THEME_LIGHT_RED #E62727
|
|
||||||
#define COLOR_THEME_LIGHT_GREEN #23994A
|
|
||||||
#define COLOR_THEME_LIGHT_YELLOW #D77200
|
|
||||||
#define COLOR_THEME_LIGHT_BLUE #547599
|
|
||||||
#define COLOR_THEME_LIGHT_MAGENTA #946D90
|
|
||||||
#define COLOR_THEME_LIGHT_CYAN #059799
|
|
||||||
#define COLOR_THEME_WHITE #EBE8EB
|
|
||||||
|
|
||||||
*color0: COLOR_THEME_BLACK
|
|
||||||
*color8: COLOR_THEME_DARK_GREY
|
|
||||||
*color1: COLOR_THEME_DARK_RED
|
|
||||||
*color9: COLOR_THEME_LIGHT_RED
|
|
||||||
*color2: COLOR_THEME_DARK_GREEN
|
|
||||||
*color10: COLOR_THEME_LIGHT_GREEN
|
|
||||||
*color3: COLOR_THEME_DARK_YELLOW
|
|
||||||
*color11: COLOR_THEME_LIGHT_YELLOW
|
|
||||||
*color4: COLOR_THEME_DARK_BLUE
|
|
||||||
*color12: COLOR_THEME_LIGHT_BLUE
|
|
||||||
*color5: COLOR_THEME_DARK_MAGENTA
|
|
||||||
*color13: COLOR_THEME_LIGHT_MAGENTA
|
|
||||||
*color6: COLOR_THEME_DARK_CYAN
|
|
||||||
*color14: COLOR_THEME_LIGHT_CYAN
|
|
||||||
*color7: COLOR_THEME_LIGHT_GREY
|
|
||||||
*color15: COLOR_THEME_WHITE
|
|
||||||
|
|
||||||
*foreground: COLOR_THEME_FG
|
|
||||||
*background: COLOR_THEME_BG
|
|
Loading…
Add table
Add a link
Reference in a new issue