summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2019-05-28 15:36:20 +0300
committerYigit Sever2019-05-28 15:36:20 +0300
commit01abe588e9eff8a286d7cc77006aec7b5bfed530 (patch)
tree157add958067f80d14e81a4e62d150fb5749ffdf /.config
parentd046f34eeeafab01632408a6c47319df5e3079f1 (diff)
parent7b65579c001b6db4a3d525abed395b253dd25d68 (diff)
downloaddotfiles-01abe588e9eff8a286d7cc77006aec7b5bfed530.tar.gz
dotfiles-01abe588e9eff8a286d7cc77006aec7b5bfed530.tar.bz2
dotfiles-01abe588e9eff8a286d7cc77006aec7b5bfed530.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.config')
-rw-r--r--.config/compton/compton.conf12
-rw-r--r--.config/i3/config##mobile.Linux.Luchs6
2 files changed, 10 insertions, 8 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf
index dabb503..51979a6 100644
--- a/.config/compton/compton.conf
+++ b/.config/compton/compton.conf
@@ -54,15 +54,16 @@ fade-out-step = 0.03;
54fade-exclude = [ ]; 54fade-exclude = [ ];
55 55
56# Other 56# Other
57backend = "xrender"; 57backend = "glx";
58mark-wmwin-focused = true; 58mark-wmwin-focused = true;
59mark-ovredir-focused = true; 59mark-ovredir-focused = true;
60# use-ewmh-active-win = true; 60# use-ewmh-active-win = true;
61detect-rounded-corners = true; 61detect-rounded-corners = true;
62detect-client-opacity = true; 62detect-client-opacity = true;
63refresh-rate = 0; 63refresh-rate = 0;
64vsync = true; 64vsync = "opengl-swc";
65# sw-opti = true; 65paint-on-overlay = true;
66sw-opti = false;
66# unredir-if-possible = true; 67# unredir-if-possible = true;
67# unredir-if-possible-delay = 5000; 68# unredir-if-possible-delay = 5000;
68# unredir-if-possible-exclude = [ ]; 69# unredir-if-possible-exclude = [ ];
@@ -73,13 +74,14 @@ invert-color-include = [ ];
73# resize-damage = 1; 74# resize-damage = 1;
74 75
75# GLX backend 76# GLX backend
76# glx-no-stencil = true; 77glx-no-stencil = true;
78glx-copy-from-front = false;
79glx-swap-method = "undefined";
77# glx-no-rebind-pixmap = true; 80# glx-no-rebind-pixmap = true;
78# glx-swap-method = "undefined"; 81# glx-swap-method = "undefined";
79# glx-use-gpushader4 = true; 82# glx-use-gpushader4 = true;
80# xrender-sync = true; 83# xrender-sync = true;
81# xrender-sync-fence = true; 84# xrender-sync-fence = true;
82
83# Window type settings 85# Window type settings
84wintypes: 86wintypes:
85{ 87{
diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs
index 39881db..0aabeab 100644
--- a/.config/i3/config##mobile.Linux.Luchs
+++ b/.config/i3/config##mobile.Linux.Luchs
@@ -27,8 +27,8 @@ exec --no-startup-id volnoti &
27# utilities 27# utilities
28exec --no-startup-id dropbox & 28exec --no-startup-id dropbox &
29exec --no-startup-id copyq & 29exec --no-startup-id copyq &
30exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & 30# exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf &
31exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & 31# exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf &
32 32
33# keyboard with alt+shift us,tr switch, map escape to capslock 33# keyboard with alt+shift us,tr switch, map escape to capslock
34exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & 34exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape &
@@ -92,7 +92,7 @@ bindsym $mod+minus scratchpad show
92 92
93# shortcuts for frequent programs 93# shortcuts for frequent programs
94bindsym $mod+Shift+z exec zotero 94bindsym $mod+Shift+z exec zotero
95bindsym $mod+Shift+f exec thunar 95bindsym $mod+Shift+f exec pcmanfm
96 96
97# start a terminal 97# start a terminal
98bindsym $mod+Return exec kitty 98bindsym $mod+Return exec kitty