From 8fdecaddaf6c61c70a00b5cb4b970e808a0a23e3 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 17 May 2019 13:32:32 +0300 Subject: Disable conky due to battery consumption --- .config/i3/config##mobile.Linux.Luchs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs index 39881db..b10c814 100644 --- a/.config/i3/config##mobile.Linux.Luchs +++ b/.config/i3/config##mobile.Linux.Luchs @@ -27,8 +27,8 @@ exec --no-startup-id volnoti & # utilities exec --no-startup-id dropbox & exec --no-startup-id copyq & -exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & -exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & +# exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & +# exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & # keyboard with alt+shift us,tr switch, map escape to capslock exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & -- cgit v1.2.3-70-g09d2 From 674b73bcc98df81bb37f3694d0e6b52b6d95e596 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 21 May 2019 15:54:12 +0300 Subject: Mobile doesn't use thunar --- .config/i3/config##mobile.Linux.Luchs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs index b10c814..0aabeab 100644 --- a/.config/i3/config##mobile.Linux.Luchs +++ b/.config/i3/config##mobile.Linux.Luchs @@ -92,7 +92,7 @@ bindsym $mod+minus scratchpad show # shortcuts for frequent programs bindsym $mod+Shift+z exec zotero -bindsym $mod+Shift+f exec thunar +bindsym $mod+Shift+f exec pcmanfm # start a terminal bindsym $mod+Return exec kitty -- cgit v1.2.3-70-g09d2 From c62abf53f7359cb756039c9d2c3893799bf1d38a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 22 May 2019 00:26:09 +0300 Subject: Solves screentearing, might fry machines --- .config/compton/compton.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.config') 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; fade-exclude = [ ]; # Other -backend = "xrender"; +backend = "glx"; mark-wmwin-focused = true; mark-ovredir-focused = true; # use-ewmh-active-win = true; detect-rounded-corners = true; detect-client-opacity = true; refresh-rate = 0; -vsync = true; -# sw-opti = true; +vsync = "opengl-swc"; +paint-on-overlay = true; +sw-opti = false; # unredir-if-possible = true; # unredir-if-possible-delay = 5000; # unredir-if-possible-exclude = [ ]; @@ -73,13 +74,14 @@ invert-color-include = [ ]; # resize-damage = 1; # GLX backend -# glx-no-stencil = true; +glx-no-stencil = true; +glx-copy-from-front = false; +glx-swap-method = "undefined"; # glx-no-rebind-pixmap = true; # glx-swap-method = "undefined"; # glx-use-gpushader4 = true; # xrender-sync = true; # xrender-sync-fence = true; - # Window type settings wintypes: { -- cgit v1.2.3-70-g09d2