Compare commits
2 Commits
c7762fdebd
...
892e5681a1
| Author | SHA1 | Date | |
|---|---|---|---|
| 892e5681a1 | |||
| 91c03b7751 |
@ -26,6 +26,9 @@ bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, T, togglefloating
|
||||
bind = , XF86Calculator, exec, $calc
|
||||
|
||||
# Clipboard history
|
||||
bind = $mainMod, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
|
||||
|
||||
# Change Wallpaper
|
||||
bind = $mainMod SHIFT, W, exec, echo trigger > /tmp/wallpaper-trigger
|
||||
|
||||
|
||||
@ -33,6 +33,8 @@ exec = killall waybar && waybar
|
||||
exec-once = mako
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = [workspace 10 silent] thunderbird
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
|
||||
|
||||
#############################
|
||||
|
||||
@ -21,7 +21,7 @@ in
|
||||
};
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
|
||||
|
||||
fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user