From 23f728220c581cfdff9c8c3cf1726e8c775f7291 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 7 Nov 2019 23:47:08 +0300 Subject: Home colemak setup --- .config/i3/config##desktop.Linux.Maus | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 & 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 & # swap caps lock and escape, set keyboard layout -exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:swapescape +exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace + +# and ctrl to escape +exec --no-startup-id xcape -e 'Control_L=Escape' #launch conky windows exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf -- cgit v1.2.3-70-g09d2 From 66fe4c1b7de7b701620d0867c632239424473b9c Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 11 Nov 2019 21:00:05 +0300 Subject: Change mobile taskrc rules --- .taskrc##mobile.Linux.Luchs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.taskrc##mobile.Linux.Luchs b/.taskrc##mobile.Linux.Luchs index 23addf7..dd88fd2 100644 --- a/.taskrc##mobile.Linux.Luchs +++ b/.taskrc##mobile.Linux.Luchs @@ -21,11 +21,11 @@ #include /usr/share/doc/task/rc/dark-red-256.theme #include /usr/share/doc/task/rc/dark-green-256.theme #include /usr/share/doc/task/rc/dark-blue-256.theme -#include /usr/share/doc/task/rc/dark-violets-256.theme +include /usr/share/doc/task/rc/dark-violets-256.theme #include /usr/share/doc/task/rc/dark-yellow-green.theme #include /usr/share/doc/task/rc/dark-gray-256.theme #include /usr/share/doc/task/rc/dark-gray-blue-256.theme -include /usr/share/doc/task/rc/solarized-dark-256.theme +#include /usr/share/doc/task/rc/solarized-dark-256.theme #include /usr/share/doc/task/rc/solarized-light-256.theme #include /usr/share/doc/task/rc/no-color.theme @@ -77,7 +77,7 @@ uda.brainpower.default = M ### overriding 'next' report report.next.description = Most urgent tasks report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower -report.next.filter = status:pending and due.none: and +next +report.next.filter = +UNBLOCKED status:pending and due.none: and +next report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower report.next.sort = brainpower-,priority-,urgency- -- cgit v1.2.3-70-g09d2 From cddcffd284d33c3563e7703b91f22a3b0a882247 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 12 Nov 2019 00:11:55 +0300 Subject: Change zathura to solarized --- .config/zathura/zathurarc | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) 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 @@ set selection-clipboard clipboard set incremental-search "true" -set recolor-lightcolor "#080808" #00 -set recolor-darkcolor "#E0E0E0" #06 -set recolor "true" -set recolor-keephue "true" + +# Base16 Solarized Dark +# Author: Ethan Schoonover (modified by aramisgithub) + +set default-bg "#002b36" +set default-fg "#073642" + +set statusbar-fg "#839496" +set statusbar-bg "#586e75" + +set inputbar-bg "#002b36" +set inputbar-fg "#fdf6e3" + +set notification-bg "#002b36" +set notification-fg "#fdf6e3" + +set notification-error-bg "#002b36" +set notification-error-fg "#dc322f" + +set notification-warning-bg "#002b36" +set notification-warning-fg "#dc322f" + +set highlight-color "#b58900" +set highlight-active-color "#268bd2" + +set completion-bg "#073642" +set completion-fg "#268bd2" + +set completion-highlight-fg "#fdf6e3" +set completion-highlight-bg "#268bd2" + +set recolor-lightcolor "#002b36" +set recolor-darkcolor "#eee8d5" + +set recolor "true" +set recolor-keephue "false" -- cgit v1.2.3-70-g09d2