diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index 9a9e51a..ac3780a 100644 --- a/private_dot_config/btop/btop.conf +++ b/private_dot_config/btop/btop.conf @@ -2,7 +2,7 @@ #* 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" -color_theme = "/home/szymon/.config/btop/themes/catppuccin_latte.theme" +color_theme = "/home/szymon/.config/btop/themes/catppuccin_mocha.theme" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = true @@ -60,7 +60,7 @@ update_ms = 1200 #* 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 = "memory" +proc_sorting = "cpu direct" #* Reverse sorting order, True or False. proc_reversed = false diff --git a/private_dot_config/hypr/hyprland/binds/managment.conf b/private_dot_config/hypr/hyprland/binds/managment.conf index 831fbbe..e5d441c 100644 --- a/private_dot_config/hypr/hyprland/binds/managment.conf +++ b/private_dot_config/hypr/hyprland/binds/managment.conf @@ -74,7 +74,7 @@ bind = $mainMod, space , exec, $menu bind = $mainMod ALT_L, c, exec, openrgb -c $openrgb_color # restore openrgb color ### messages -bind = $mainMod Control_L, s, exec,[workspace 1] kitty --title "gurk" gurk +bind = $mainMod Control_L, s, exec,[workspace 1] signal-desktop --password-store="kwallet6" bind = $mainMod Control_L, s, focuswindow, class:^(signal)$ bind = $mainMod Control_L, s, focuswindow, title:^(signal)$ diff --git a/private_dot_config/private_fish/fish_variables b/private_dot_config/private_fish/fish_variables index 9c9cb41..3687df8 100644 --- a/private_dot_config/private_fish/fish_variables +++ b/private_dot_config/private_fish/fish_variables @@ -1,7 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR __fish_initialized:4300 -SETUVAR __fish_webconfig_theme_notification:set\x2dtheme\x2dv1\x2d\x233 +SETUVAR __fish_webconfig_theme_notification:set\x2dtheme\x2dv1\x2d\x234 SETUVAR _fisher_catppuccin_2F_fish_files:\x7e/\x2econfig/fish/themes/Catppuccin\x20Frappe\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Latte\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Macchiato\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Mocha\x2etheme SETUVAR _fisher_plugins:catppuccin/fish SETUVAR _fisher_upgraded_to_4_4:\x1d diff --git a/private_dot_config/private_fish/functions/open.fish b/private_dot_config/private_fish/functions/open.fish index 791c86b..7dd5aac 100644 --- a/private_dot_config/private_fish/functions/open.fish +++ b/private_dot_config/private_fish/functions/open.fish @@ -1,3 +1,3 @@ function open --wraps='nohup xdg-open > /dev/null &' --description 'alias open=nohup xdg-open > /dev/null &' - nohup xdg-open > /dev/null & $argv + nohup xdg-open $argv > /dev/null & end