mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 11:59:07 -04:00
Update
This commit is contained in:
parent
aa6d66e40c
commit
1a3c8e1c9e
7 changed files with 13 additions and 8 deletions
|
@ -10,7 +10,7 @@ general {
|
|||
|
||||
layout = master
|
||||
|
||||
allow_tearing = false
|
||||
allow_tearing = true
|
||||
}
|
||||
|
||||
group {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue