Hyprland config, startup, and reorganization.
This commit is contained in:
parent
66d51db407
commit
44628f9b8a
1 changed files with 14 additions and 6 deletions
|
@ -131,6 +131,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
windowrulev2 = "suppressevent maximize, class:.*"; # You'll probably like this.
|
windowrulev2 = "suppressevent maximize, class:.*"; # You'll probably like this.
|
||||||
|
exec-once =
|
||||||
|
[
|
||||||
|
"waybar"
|
||||||
|
"dunst"
|
||||||
|
"1password --silent"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -172,9 +178,11 @@
|
||||||
# rtx activate fish | source
|
# rtx activate fish | source
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
atuin init fish | source
|
|
||||||
set -gx PATH $PATH $HOME/.krew/bin
|
set -gx PATH $PATH $HOME/.krew/bin
|
||||||
'';
|
'';
|
||||||
|
interactiveShellInit = ''
|
||||||
|
atuin init fish | source
|
||||||
|
'';
|
||||||
functions = {
|
functions = {
|
||||||
fish_greeting = {
|
fish_greeting = {
|
||||||
description = "Set the fish greeting";
|
description = "Set the fish greeting";
|
||||||
|
@ -193,11 +201,11 @@
|
||||||
ranger
|
ranger
|
||||||
yazi
|
yazi
|
||||||
|
|
||||||
# gui file managers
|
# Hyprland must haves
|
||||||
xfce.thunar
|
xfce.thunar # gui file manager
|
||||||
|
wofi # Run Menu
|
||||||
# Run Menu
|
waybar # Wayland bar for Sway and Wlroots based compositors
|
||||||
wofi
|
dunst # A lightweight replacement for the notification-daemons provided by most desktop environments
|
||||||
|
|
||||||
# archives
|
# archives
|
||||||
zip
|
zip
|
||||||
|
|
Reference in a new issue