diff --git a/dot_bashrc b/dot_bashrc index b4a69fa..aa13a14 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -51,6 +51,9 @@ PS1="${USER_COLOR}\u${RESET_COLOR}@${HOST_COLOR}\h${RESET_COLOR} ${SEP_COLOR}|${ eval "$(atuin init bash)" eval "$(zoxide init bash)" +# path +PATH=$PATH:~/.local/bin/ + # something to ble.sh [[ ! ${BLE_VERSION-} ]] || ble-attach diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 1ca4fe9..f565a49 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -32,6 +32,5 @@ source = ./hyprland/workspaces.conf source = ./hyprland/exec.conf source = ./hyprland/monitors.conf source = ./hyprland/plugins.conf -exec-once = hyprlock exec-once = hyprpm reload -n exec-once = ~/.local/bin/random_wallpaper.sh sfw diff --git a/private_dot_config/hypr/hyprland/exec.conf b/private_dot_config/hypr/hyprland/exec.conf index cf850df..3ebd3bb 100644 --- a/private_dot_config/hypr/hyprland/exec.conf +++ b/private_dot_config/hypr/hyprland/exec.conf @@ -4,3 +4,5 @@ exec-once = wl-paste --type image --watch cliphist store exec-once = uwsm app -- zen-browser exec-once = uwsm app -- mangohud steam exec-once = uwsm app -- kdeconnect-indicator +exec-once = uwsm app -- waybar +exec-once = uwsm app -- hyprpaper diff --git a/private_dot_config/hypr/hyprland/rules/vesktop.conf b/private_dot_config/hypr/hyprland/rules/vesktop.conf index 24dff2a..c4d23e0 100644 --- a/private_dot_config/hypr/hyprland/rules/vesktop.conf +++ b/private_dot_config/hypr/hyprland/rules/vesktop.conf @@ -2,6 +2,5 @@ windowrule = workspace 1 silent, class:^(vesktop)$ windowrule = noinitialfocus, class:^(vesktop)$ windowrule = focusonactivate 0, class:^(vesktop)$ windowrule = renderunfocused, class:^(vesktop)$ -windowrule = opacity 0.83, class:^(vesktop)$ windowrule = pseudo, class:^(vesktop)$ windowrule = size 65% 80%, class:^(vesktop)$ diff --git a/private_dot_config/kitty/kitty.conf b/private_dot_config/kitty/kitty.conf index 55a82ed..35de084 100644 --- a/private_dot_config/kitty/kitty.conf +++ b/private_dot_config/kitty/kitty.conf @@ -1,4 +1,4 @@ -include ./colors.conf +include ./theme.conf # vim:fileencoding=utf-8:foldmethod=marker #: Fonts {{{ @@ -1179,7 +1179,7 @@ window_padding_width 5 #: The foreground and background colors. -background_opacity 0.8 +background_opacity 1 #: The opacity of the background. A number between zero and one, where #: one is opaque and zero is fully transparent. This will only work if diff --git a/private_dot_config/private_fish/config.fish b/private_dot_config/private_fish/config.fish index e109c8c..385a640 100644 --- a/private_dot_config/private_fish/config.fish +++ b/private_dot_config/private_fish/config.fish @@ -11,6 +11,9 @@ if status is-interactive # add github ssh key eval (ssh-agent -c) ssh-add ~/.ssh/github + # vi mode + fish_vi_key_bindings + # better cd zoxide init fish | source clear diff --git a/private_dot_config/private_gtk-3.0/settings.ini b/private_dot_config/private_gtk-3.0/settings.ini index c988dcf..24262ff 100644 --- a/private_dot_config/private_gtk-3.0/settings.ini +++ b/private_dot_config/private_gtk-3.0/settings.ini @@ -1,17 +1,25 @@ [Settings] -gtk-theme-name=adw-gtk3 -gtk-icon-theme-name=Papirus-Light -gtk-font-name=Cousine Nerd Font Mono 11 -gtk-cursor-theme-name=default +gtk-application-prefer-dark-theme=false +gtk-button-images=true +gtk-cursor-blink=true +gtk-cursor-blink-time=1000 +gtk-cursor-theme-name=Breeze_Light gtk-cursor-theme-size=24 -gtk-toolbar-style=GTK_TOOLBAR_ICONS -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=0 -gtk-menu-images=0 +gtk-decoration-layout=icon:minimize,maximize,close +gtk-enable-animations=true gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=0 +gtk-font-name=Noto Sans, 10 +gtk-icon-theme-name=Papirus +gtk-menu-images=true +gtk-modules=colorreload-gtk-module +gtk-primary-button-warps-slider=true +gtk-sound-theme-name=ocean +gtk-theme-name=adw-gtk3 +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-toolbar-style=3 gtk-xft-antialias=1 +gtk-xft-dpi=147456 gtk-xft-hinting=1 gtk-xft-hintstyle=hintslight gtk-xft-rgba=rgb -gtk-application-prefer-dark-theme=0 diff --git a/private_dot_local/bin/executable_start_coding.sh b/private_dot_local/bin/executable_start_coding.sh index dd4b89f..3c2d53b 100644 --- a/private_dot_local/bin/executable_start_coding.sh +++ b/private_dot_local/bin/executable_start_coding.sh @@ -5,7 +5,7 @@ export EDITOR="nvim" if [[ -n $dir ]]; then echo "You choose $dir" - hyprctl dispatch exec [workspace 5] kitty yazi $dir + hyprctl dispatch exec [workspace 5] kitty $dir hyprctl dispatch exec [workspace 5] kitty yazi $dir hyprctl dispatch exec [workspace 5] kitty $dir else