diff options
-rw-r--r-- | .config/compton/compton.conf | 12 | ||||
-rw-r--r-- | .config/i3/config##mobile.Linux.Luchs | 6 |
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; | |||
54 | fade-exclude = [ ]; | 54 | fade-exclude = [ ]; |
55 | 55 | ||
56 | # Other | 56 | # Other |
57 | backend = "xrender"; | 57 | backend = "glx"; |
58 | mark-wmwin-focused = true; | 58 | mark-wmwin-focused = true; |
59 | mark-ovredir-focused = true; | 59 | mark-ovredir-focused = true; |
60 | # use-ewmh-active-win = true; | 60 | # use-ewmh-active-win = true; |
61 | detect-rounded-corners = true; | 61 | detect-rounded-corners = true; |
62 | detect-client-opacity = true; | 62 | detect-client-opacity = true; |
63 | refresh-rate = 0; | 63 | refresh-rate = 0; |
64 | vsync = true; | 64 | vsync = "opengl-swc"; |
65 | # sw-opti = true; | 65 | paint-on-overlay = true; |
66 | sw-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; | 77 | glx-no-stencil = true; |
78 | glx-copy-from-front = false; | ||
79 | glx-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 |
84 | wintypes: | 86 | wintypes: |
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 |
28 | exec --no-startup-id dropbox & | 28 | exec --no-startup-id dropbox & |
29 | exec --no-startup-id copyq & | 29 | exec --no-startup-id copyq & |
30 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & | 30 | # exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & |
31 | exec --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 |
34 | exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & | 34 | exec --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 |
94 | bindsym $mod+Shift+z exec zotero | 94 | bindsym $mod+Shift+z exec zotero |
95 | bindsym $mod+Shift+f exec thunar | 95 | bindsym $mod+Shift+f exec pcmanfm |
96 | 96 | ||
97 | # start a terminal | 97 | # start a terminal |
98 | bindsym $mod+Return exec kitty | 98 | bindsym $mod+Return exec kitty |