From d36e67d96a337bece985685ea9c035bad2ec13ca Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Mon, 4 Nov 2024 21:01:29 +1100 Subject: [PATCH] alacritty update changed imports in config & i3/picom changes --- .config/alacritty/alacritty.toml | 8 +++++--- .config/btop/btop.conf | 6 +++--- .config/i3/config | 3 +++ .config/picom/picom.conf | 12 +++++++++--- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 105433a..fb3b8a2 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,6 +1,3 @@ -import = [ - "~/.config/alacritty/catppuccin-mocha.toml" -] [env] TERM = "xterm-256color" @@ -26,3 +23,8 @@ style = "Italic" [font.normal] family = "JetBrains Mono Nerd Font" style = "Regular" + +[general] +import = [ + "~/.config/alacritty/catppuccin-mocha.toml" +] diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 0a79cdb..3ed5b2c 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.3.2 +#? Config file for btop v. 1.4.0 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -50,14 +50,14 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "cpu mem net proc" +shown_boxes = "cpu proc mem net" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 2000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "cpu lazy" +proc_sorting = "memory" #* Reverse sorting order, True or False. proc_reversed = False diff --git a/.config/i3/config b/.config/i3/config index c337246..27bd4f1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,6 +14,9 @@ exec --no-startup-id export GTK_THEME="catppuccin-mocha-green-standard+default" exec_always killall polybar exec_always --no-startup-id ~/.config/polybar/launch_polybar.sh +# rebind down arrow to left click (for osrs spam) +#bindsym Down exec xdotool click 1 + bindsym Print exec maim "$HOME/pictures/screenshots/$(date).png" bindsym $mod+Print exec maim --window $(xdotool getactivewindow) "$HOME/pictures/screenshots/$(date).png" bindsym Shift+Print exec maim --select "$HOME/pictures/screenshots/$(date).png" diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a2aa411..97cc452 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -213,8 +213,8 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`. # `xrender` is the default one. # -#backend = "glx" -backend = "xrender"; +backend = "glx"; +#backend = "xrender"; # Use higher precision during rendering, and apply dither when presenting the # rendered screen. Reduces banding artifacts, but might cause performance @@ -222,8 +222,14 @@ backend = "xrender"; dithered-present = false; # Enable/disable VSync. -#vsync = false vsync = true; +#vsync = "opengl-swc"; +#glx-copy-from-front = true; +#glx-swap-method = 2; +#xrender-sync = true; +#xrender-sync-fence = true; + +#opacity-rule = ["0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"]; # Try to detect WM windows (a non-override-redirect window with no # child that has 'WM_STATE') and mark them as active.