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.
|
||||
exec-once =
|
||||
[
|
||||
"waybar"
|
||||
"dunst"
|
||||
"1password --silent"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -172,9 +178,11 @@
|
|||
# rtx activate fish | source
|
||||
shellInit = ''
|
||||
direnv hook fish | source
|
||||
atuin init fish | source
|
||||
set -gx PATH $PATH $HOME/.krew/bin
|
||||
'';
|
||||
interactiveShellInit = ''
|
||||
atuin init fish | source
|
||||
'';
|
||||
functions = {
|
||||
fish_greeting = {
|
||||
description = "Set the fish greeting";
|
||||
|
@ -193,11 +201,11 @@
|
|||
ranger
|
||||
yazi
|
||||
|
||||
# gui file managers
|
||||
xfce.thunar
|
||||
|
||||
# Run Menu
|
||||
wofi
|
||||
# Hyprland must haves
|
||||
xfce.thunar # gui file manager
|
||||
wofi # Run Menu
|
||||
waybar # Wayland bar for Sway and Wlroots based compositors
|
||||
dunst # A lightweight replacement for the notification-daemons provided by most desktop environments
|
||||
|
||||
# archives
|
||||
zip
|
||||
|
|
Reference in a new issue