could someone help me deploy theese dotfiles?
https://github.com/binnewbs/arch-hyprland
#dotfiles problem
59 messages · Page 1 of 1 (latest)
step 1 - `
yes but sometimes when i deploy the dotfiles i get bunch of error on top of my escreen
could be some missing modules or packages causing errors, I guess
Share the screenshot, otherwise we are just firing shots in the dark
okay
I'm having a problem changing my shell
even though I installed zsh and ush chsh to change to zsh
after I login
I still get the /bin/bash output from echo $SHELL
try this -
chsh -s $(which zsh)
Log out and log back in
says shell not changed
run
which zsh
output should be like
/usr/bin/zsh
Are you on Arch Minimal?
The repo was last updated 7 months ago so the config is not compatible with the current hyprland
You'll have to fix it yourself
ah
Check the hyprland release notes for the changes
Did you try rebooting
... tty
#18804 📣 TTYs:
To switch to a different TTY, press ctrl + alt + Fx
to switch to TTY1 you would press F1
for TTY5 it would be F5
Login there and check the shell
wait
I think it's fixed
I just had to add shell . to the kitty conf
ill try fixing the repo
thanks for the help everyone
Uh that isn't necessary
The shell program to execute. The default value of . means to use
#: the value of of the SHELL environment variable or if unset,
#: whatever shell is set as the default shell for the current user.
. Is the default
You've likely set it to something else in your kitty config
hm
Install ripgrep and run rg "shell.+bash"
i keep getting this erros no matter how i try to fix it 💔 could someone help
this is what have in my windowrules.conf
# WINDOW DECORATIONS
windowrule = no_blur = true, match:tag multimedia_video*
windowrule = opacity = 1.0 override, match:tag multimedia_video*
windowrule = opacity = 0.8 override, match:tag settings*
windowrule = opacity = 0.8 override, match:class ^(org.gnome.Nautilus)$
windowrule = opacity = 0.9 override, match:class ^(gedit|org.gnome.TextEditor|mousepad)$
windowrule = opacity = 0.9 override, match:class ^(org.pulseaudio.pavucontrol)$
windowrule = opacity = 0.9 override, match:class ^(kitty)$
# WAYBAR & LAYER FIXES
# Syntax: rule = value, target
layerrule = blur = true, waybar
layerrule = ignorealpha = 0.5, waybar
layerrule = ignorezero = true, waybar
layerrule = blur = true, logout_dialog
layerrule = blur = true, swaync-control-center
layerrule = blur = true, swaync-notification-window
layerrule = ignorezero = true, swaync-control-center
layerrule = ignorezero = true, swaync-notification-window
# FLOATING & SIZING
windowrule = float = true, match:tag settings*
windowrule = float = true, match:tag viewer*
windowrule = float = true, match:tag multimedia_video*
windowrule = size = 900 506, match:tag multimedia_video*
windowrule = float = true, match:class ^(org.pulseaudio.pavucontrol)$
windowrule = size = 50% 60%, match:class ^(org.pulseaudio.pavucontrol)$
# DIALOGS & SYSTEM FIXES
windowrule = float = true, match:title ^(Save As|Save a File|Pick Files)$
windowrule = center = true, match:title ^(Save As|Save a File|Pick Files)$
windowrule = suppressevent = maximize, match:class .*
windowrule = nofocus = true, match:class ^$, match:title ^$, match:xwayland 1, match:floating 1```
the erros message
Hyprland Forum
In case people going over to 0.53.0 missed it, there’s a new syntax for window and layer rules. So i made a converter. And now no one can complain that i didn’t advertise it.
yes thanks
hm7 received a thank you cookie!
