diff --git a/dot_config/hypr/appearance.conf b/dot_config/hypr/appearance.conf index 10106a0..6e0fe6c 100644 --- a/dot_config/hypr/appearance.conf +++ b/dot_config/hypr/appearance.conf @@ -10,7 +10,7 @@ general { layout = master - allow_tearing = false + allow_tearing = true } group { diff --git a/dot_config/hypr/binds.conf b/dot_config/hypr/binds.conf index c78495c..171f0d8 100644 --- a/dot_config/hypr/binds.conf +++ b/dot_config/hypr/binds.conf @@ -27,7 +27,7 @@ bind = $mod, T, exec, swaync-client --toggle-panel # bind = $mod SHIFT, D, exec, tofi-drun --drun-launch=true bind = $mod, D, exec, rofi -show drun -theme catppuccin-macchiato # bind = $mod, D, exec, anyrun -bind = $mod, W, exec, rofi -show window -theme catppuccin-macchiato +bind = $mod SHIFT, W, exec, rofi -show window -theme catppuccin-macchiato # bind = ALT_L, Tab, exec, rofi -show window -theme catppuccin-macchiato # bind = ALT_L, Tab, exec, eww open overview # bind = ALT_L, Tab, exec, killall -SIGUSR1 sfwbar @@ -168,7 +168,7 @@ bind = $mod SHIFT, period, movewindow, mon:+1 # hycov # bind = $mod, Tab, hycov:toggleoverview -# bind = $mod, W, hycov:toggleoverview +bind = $mod, W, hycov:toggleoverview # bind = $mod SHIFT, Tab,hycov:toggleoverview,forceall #grave key is the '~' key # bind = $mod CONTROL, Tab, hycov:toggleoverview,forceallinone # bind = ALT_L, Escape, hycov:toggleoverview diff --git a/dot_config/hypr/exec.conf b/dot_config/hypr/exec.conf index 5ce1bab..81f92ec 100644 --- a/dot_config/hypr/exec.conf +++ b/dot_config/hypr/exec.conf @@ -19,4 +19,4 @@ exec-once = systemctl start --user sunshine # exec-once = flatpak run me.kozec.syncthingtk -m & # exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & exec-once = /usr/lib/polkit-kde-authentication-agent-1 & -# exec-once = hyprpm reload -n +exec-once = hyprpm reload -n diff --git a/dot_config/private_fish/completions/bun.fish b/dot_config/private_fish/completions/bun.fish index 19f3dfa..3cb9366 100644 --- a/dot_config/private_fish/completions/bun.fish +++ b/dot_config/private_fish/completions/bun.fish @@ -53,7 +53,7 @@ function __bun_complete_bins_scripts --inherit-variable bun_builtin_cmds_without # Scripts have descriptions appended with a tab separator. # Strip off descriptions for the purposes of subcommand testing. set -l scripts (__fish__get_bun_scripts) - if __fish_seen_subcommand_from $(string split \t -f 1 -- $scripts) + if __fish_seen_subcommand_from (string split \t -f 1 -- $scripts) return end # Emit scripts. diff --git a/dot_config/private_fish/config.fish b/dot_config/private_fish/config.fish index 1d197f9..62d7efe 100644 --- a/dot_config/private_fish/config.fish +++ b/dot_config/private_fish/config.fish @@ -69,8 +69,6 @@ if status is-interactive # unset alias unset 'set --erase' - # adb - alias adb='HOME="$XDG_DATA_HOME"/android adb' function nnn_cd if test -n "$NNN_PIPE" diff --git a/dot_config/rofi/config.rasi b/dot_config/rofi/config.rasi index 9cb7461..7b06ab7 100644 --- a/dot_config/rofi/config.rasi +++ b/dot_config/rofi/config.rasi @@ -2,7 +2,7 @@ configuration{ modi: "run,drun,window"; icon-theme: "Oranchelo"; show-icons: true; - terminal: "alacritty"; + terminal: "foot-client"; drun-display-format: "{icon} {name}"; location: 0; disable-history: false; diff --git a/dot_config/starship.toml b/dot_config/starship.toml index 245f4a2..b3b15f4 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -11,6 +11,7 @@ $nodejs\ $rust\ $golang\ $php\ +$python\ [](fg:#212736 bg:#1d2230)\ $time\ [ ](fg:#1d2230)\ @@ -57,6 +58,12 @@ symbol = "" style = "bg:#212736" format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)' +[python] +symbol = " " +style = "bg:#212736" +pyenv_prefix = 'pyenv' +format = '[[ $symbol${pyenv_prefix} ($version) ](fg:#769ff0 bg:#212736)]($style)' + [time] disabled = false time_format = "%R" # Hour:Minute Format