Hyprland config update
This commit is contained in:
@ -31,7 +31,7 @@ wsbind = 10, HDMI-A-2
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar
|
||||
# exec-once = waybar
|
||||
exec-once = dunst
|
||||
exec-once = hyprpaper
|
||||
exec-once = kdeconnect-indicator # TODO: Only shows sometimes?
|
||||
@ -47,6 +47,7 @@ exec-once = hyprctl setcursor Bibata-Modern-Classic 16
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
source = ~/.config/hypr/polkit.conf # NOTE: This needs to be sourced, because NixOS fills in the polkit executable path
|
||||
source = ~/.config/hypr/waybar-reload.conf
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
@ -164,11 +165,13 @@ $mainMod = SUPER
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, V, togglefloating
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, C, exec, clipman pick -t rofi # TODO: Generate this in a include file from nixos, depending on the menu option
|
||||
bind = $mainMod, C, exec, clipman pick -t rofi # TODO: Theme + Generate this in a include file from nixos, depending on the menu option
|
||||
|
||||
# Launch apps
|
||||
bind = $mainMod, A, exec, rofi -show drun -theme ~/NixFlake/config/rofi/launcher.rasi
|
||||
bind = $mainMod, T, exec, kitty
|
||||
bind = $mainMod, E, exec, kitty fish -c "nnncd -a -P p"
|
||||
bind = $mainMod, P, exec, hyprpicker -a
|
||||
# bind = $mainMod, E, exec, dolphin
|
||||
|
||||
# Move windows in/out of groups
|
||||
|
Reference in New Issue
Block a user