summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config##desktop.Linux.Maus5
-rw-r--r--.config/zathura/zathurarc40
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 &
21exec --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 & 21exec --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
24exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:swapescape 24exec --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
27exec --no-startup-id xcape -e 'Control_L=Escape'
25 28
26#launch conky windows 29#launch conky windows
27exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf 30exec --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 @@
1set selection-clipboard clipboard 1set selection-clipboard clipboard
2set incremental-search "true" 2set incremental-search "true"
3set recolor-lightcolor "#080808" #00 3
4set recolor-darkcolor "#E0E0E0" #06 4# Base16 Solarized Dark
5set recolor "true" 5# Author: Ethan Schoonover (modified by aramisgithub)
6set recolor-keephue "true" 6
7set default-bg "#002b36"
8set default-fg "#073642"
9
10set statusbar-fg "#839496"
11set statusbar-bg "#586e75"
12
13set inputbar-bg "#002b36"
14set inputbar-fg "#fdf6e3"
15
16set notification-bg "#002b36"
17set notification-fg "#fdf6e3"
18
19set notification-error-bg "#002b36"
20set notification-error-fg "#dc322f"
21
22set notification-warning-bg "#002b36"
23set notification-warning-fg "#dc322f"
24
25set highlight-color "#b58900"
26set highlight-active-color "#268bd2"
27
28set completion-bg "#073642"
29set completion-fg "#268bd2"
30
31set completion-highlight-fg "#fdf6e3"
32set completion-highlight-bg "#268bd2"
33
34set recolor-lightcolor "#002b36"
35set recolor-darkcolor "#eee8d5"
36
37set recolor "true"
38set recolor-keephue "false"