changes: git,hypr,waybar,zsh,

This commit is contained in:
Ayush Dumasia 2025-05-26 18:29:29 +05:30
parent a50e271bc6
commit cc78d42824
4 changed files with 12 additions and 8 deletions

View file

@ -7,6 +7,7 @@
compression = 9
whitespace = error
preloadindex = true
pager = diff-so-fancy | less --tabs=4 -RFX
[advice]
addEmptyPathspec = false

View file

@ -10,7 +10,7 @@ monitor=DP-1,1920x1080@144,auto,auto
$terminal = kitty
$fileManager = yazi
$menu = rofi -show run
$browser = zen-browser
$browser = app.zen_browser.zen
$taskManager = btop
$colorpicker = hyprpicker
@ -25,7 +25,7 @@ exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
exec-once = hyprpaper & waybar
exec-once = hypridle
exec-once = [workspace 1] zen-browser
exec-once = [workspace 1] class:zen
exec-once = [workspace 2] kitty
@ -34,12 +34,12 @@ exec-once = [workspace 2] kitty
### Windows Rules ###
#############################
# windowrule = opacity 1 override 1 override 1.0 override, class:Code
windowrule = opacity 1 override 1 override 1.0 override, class:zen-alpha
windowrulev2 = workspace 1, class:zen-alpha
#windowrule = opacity 1 override 1 override 1.0 override, class:zen
windowrulev2 = workspace 1, class:zen
windowrulev2 = workspace 1, class:firefox-bin
windowrulev2 = workspace 1, class:obsidian
windowrulev2 = workspace 3, class:Code
windowrulev2 = workspace 5, class:Docker Desktop
windowrulev2 = workspace 4, class:Docker Desktop
windowrulev2 = workspace 4, class:GitKraken

View file

@ -34,7 +34,7 @@
"Code": "VS Code",
"Docker Desktop": " Docker",
"kitty": "Kitty",
"zen-alpha": "Zen"
"app.zen_browser.zen": "Zen"
},
"on-click-middle": "pkill waybar && hyprctl dispatch exec waybar"
},

View file

@ -97,7 +97,7 @@ add(){
}
commit(){
bash ~/SideProjects/dotsh/gh/commit.sh
bash ~/SideQuests/dotsh/gh/commit
}
push(){
@ -193,6 +193,10 @@ c() {
cd "$1" && ls
}
music() {
xdg-open https://music.youtube.com/
}
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C /usr/bin/terraform terraform
complete -C '/usr/bin/aws_completer' aws
@ -206,4 +210,3 @@ export PATH="$HOME/.cargo/bin:$PATH"
alias todo='~/.todo/todo_tui.sh'
alias todocli='~/.todo/todo_cli.sh'
fastfetch