aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-09-16 23:50:38 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-09-16 23:50:38 +0100
commitddfb2f4b45c23bcde904beb56e5f77c68a6163b1 (patch)
tree87f9c876ebdec85a1f20499c0084591069bdd06f
parent0f0fb51d453506bc160a6c030fd8e1a909f72f3e (diff)
downloaddotnvim-ddfb2f4b45c23bcde904beb56e5f77c68a6163b1.tar.gz
dotnvim-ddfb2f4b45c23bcde904beb56e5f77c68a6163b1.zip
No need of compositor now
-rw-r--r--i3/README.md1
-rw-r--r--i3/compton.conf92
-rw-r--r--i3/config6
-rw-r--r--i3/i3status.conf2
4 files changed, 1 insertions, 100 deletions
diff --git a/i3/README.md b/i3/README.md
index 6295238..902459e 100644
--- a/i3/README.md
+++ b/i3/README.md
@@ -1,7 +1,6 @@
# My i3 config
* i3 conf goes in `~/.config/i3/config` and `~/.config/i3/i3status.conf`.
-* Compton conf goes in `~/.config/compton.conf`.
For dark theme in GTK-3 apps, copy gtk3_settings.ini to `~/.config/gtk-3.0/settings.ini`.
diff --git a/i3/compton.conf b/i3/compton.conf
deleted file mode 100644
index a9bac3b..0000000
--- a/i3/compton.conf
+++ /dev/null
@@ -1,92 +0,0 @@
-# workaround to workspace switching flash
-no-fading-openclose = true;
-
-# Shadow
-shadow = false;
-no-dnd-shadow = true;
-no-dock-shadow = true;
-clear-shadow = true;
-shadow-radius = 7;
-shadow-offset-x = -7;
-shadow-offset-y = -7;
-# shadow-opacity = 0.7;
-# shadow-red = 0.0;
-# shadow-green = 0.0;
-# shadow-blue = 0.0;
-shadow-exclude = [
- "name = 'Notification'",
- "class_g = 'Conky'",
- "class_g ?= 'Notify-osd'",
- "class_g = 'Cairo-clock'",
- "_GTK_FRAME_EXTENTS@:c"
-];
-# shadow-exclude = "n:e:Notification";
-# shadow-exclude-reg = "x10+0+0";
-# xinerama-shadow-crop = true;
-
-# Opacity
-#menu-opacity = 0.8;
-# inactive-opacity = 0.8;
-# active-opacity = 0.8;
-#frame-opacity = 0.7;
-inactive-opacity-override = false;
-#alpha-step = 0.06;
-# inactive-dim = 0.2;
-# inactive-dim-fixed = true;
-# blur-background = true;
-# blur-background-frame = true;
-blur-kern = "3x3box"
-# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"
-# blur-background-fixed = true;
-blur-background-exclude = [
- "window_type = 'dock'",
- "window_type = 'desktop'",
- "_GTK_FRAME_EXTENTS@:c"
-];
-# opacity-rule = [ "80:class_g = 'URxvt'" ];
-
-# Fading
-#fading = true;
-# fade-delta = 30;
-fade-in-step = 0.03;
-fade-out-step = 0.03;
-# no-fading-openclose = true;
-# no-fading-destroyed-argb = true;
-fade-exclude = [ ];
-
-# Other
-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 = "opengl-swc";
-dbe = false;
-paint-on-overlay = true;
-# sw-opti = true;
-# unredir-if-possible = true;
-# unredir-if-possible-delay = 5000;
-# unredir-if-possible-exclude = [ ];
-focus-exclude = [ "class_g = 'Cairo-clock'" ];
-detect-transient = true;
-detect-client-leader = true;
-invert-color-include = [ ];
-# resize-damage = 1;
-
-# GLX backend
-glx-no-stencil = true;
-glx-copy-from-front = false;
-#glx-use-copysubbuffermesa = true;
-glx-no-rebind-pixmap = true;
-#glx-swap-method = "undefined";
-#glx-use-gpushader4 = true;
-#xrender-sync = true;
-#xrender-sync-fence = true;
-
-# Window type settings
-wintypes:
-{
- tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
-};
diff --git a/i3/config b/i3/config
index 096b219..0f1a60b 100644
--- a/i3/config
+++ b/i3/config
@@ -7,9 +7,6 @@ set $mod Mod4
# My font.
font pango:JetBrains Mono Medium 8
-# Composite manager.
-exec --no-startup-id /usr/bin/compton -b
-
# Keyboard layout and config
exec_always --no-startup-id ~/.config/i3/set-keyboard
@@ -27,9 +24,6 @@ exec --no-startup-id blueman-applet
# Clipboard manager
exec --no-startup-id xfce4-clipman
-# Few start-up things.
-exec --no-startup-id redshift-gtk
-
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
diff --git a/i3/i3status.conf b/i3/i3status.conf
index 2cb2a16..d5d1588 100644
--- a/i3/i3status.conf
+++ b/i3/i3status.conf
@@ -12,7 +12,7 @@ general {
}
order += "cpu_usage"
-order += "cpu_temperature 0"
+#order += "cpu_temperature 0"
order += "memory"
order += "disk /"
order += "read_file updates"