diff options
author | Yigit Sever | 2019-11-12 12:32:40 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-12 12:32:40 +0300 |
commit | 92501434441abc97d58a89f1f3ccc17dfdbeb6d5 (patch) | |
tree | 6e2a35f28634bf27ec172677cacaefd36a9cb3e7 /.config | |
parent | 5c9555170906e69a6ad01568d928f0da8e7da4b8 (diff) | |
parent | cddcffd284d33c3563e7703b91f22a3b0a882247 (diff) | |
download | dotfiles-92501434441abc97d58a89f1f3ccc17dfdbeb6d5.tar.gz dotfiles-92501434441abc97d58a89f1f3ccc17dfdbeb6d5.tar.bz2 dotfiles-92501434441abc97d58a89f1f3ccc17dfdbeb6d5.zip |
Merge branch 'master' of yigitsever.bike:/home/yigit/dots
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 5 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 40 |
2 files changed, 40 insertions, 5 deletions
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index fa68ba0..3451ae4 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
@@ -21,7 +21,10 @@ exec --no-startup-id nm-applet & | |||
21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & | 21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & |
22 | 22 | ||
23 | # swap caps lock and escape, set keyboard layout | 23 | # swap caps lock and escape, set keyboard layout |
24 | exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:swapescape | 24 | exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace |
25 | |||
26 | # and ctrl to escape | ||
27 | exec --no-startup-id xcape -e 'Control_L=Escape' | ||
25 | 28 | ||
26 | #launch conky windows | 29 | #launch conky windows |
27 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf | 30 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf |
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index d021df1..5b33e67 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc | |||
@@ -1,6 +1,38 @@ | |||
1 | set selection-clipboard clipboard | 1 | set selection-clipboard clipboard |
2 | set incremental-search "true" | 2 | set incremental-search "true" |
3 | set recolor-lightcolor "#080808" #00 | 3 | |
4 | set recolor-darkcolor "#E0E0E0" #06 | 4 | # Base16 Solarized Dark |
5 | set recolor "true" | 5 | # Author: Ethan Schoonover (modified by aramisgithub) |
6 | set recolor-keephue "true" | 6 | |
7 | set default-bg "#002b36" | ||
8 | set default-fg "#073642" | ||
9 | |||
10 | set statusbar-fg "#839496" | ||
11 | set statusbar-bg "#586e75" | ||
12 | |||
13 | set inputbar-bg "#002b36" | ||
14 | set inputbar-fg "#fdf6e3" | ||
15 | |||
16 | set notification-bg "#002b36" | ||
17 | set notification-fg "#fdf6e3" | ||
18 | |||
19 | set notification-error-bg "#002b36" | ||
20 | set notification-error-fg "#dc322f" | ||
21 | |||
22 | set notification-warning-bg "#002b36" | ||
23 | set notification-warning-fg "#dc322f" | ||
24 | |||
25 | set highlight-color "#b58900" | ||
26 | set highlight-active-color "#268bd2" | ||
27 | |||
28 | set completion-bg "#073642" | ||
29 | set completion-fg "#268bd2" | ||
30 | |||
31 | set completion-highlight-fg "#fdf6e3" | ||
32 | set completion-highlight-bg "#268bd2" | ||
33 | |||
34 | set recolor-lightcolor "#002b36" | ||
35 | set recolor-darkcolor "#eee8d5" | ||
36 | |||
37 | set recolor "true" | ||
38 | set recolor-keephue "false" | ||