diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-23 22:15:59 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-23 22:15:59 -0400 |
commit | 608d0859d3e0056f91fcad3f35c629847ce3709d (patch) | |
tree | c2fe4cb22eea6603d3558b534428e911ae838ff7 /home | |
parent | update vim-plug and easyeffects (diff) | |
download | dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.tar.gz dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.tar.bz2 dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.zip |
more hyprland plugins, bluetooth fixes, etc
Diffstat (limited to 'home')
-rw-r--r-- | home/config/hypr/config.d/keybinds.conf | 1 | ||||
-rw-r--r-- | home/config/hypr/config.d/plugins.conf | 1 | ||||
-rw-r--r-- | home/config/xdg/portals.conf | 3 | ||||
-rw-r--r-- | home/home.scm | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/home/config/hypr/config.d/keybinds.conf b/home/config/hypr/config.d/keybinds.conf index 4c24083..f7ecf4e 100644 --- a/home/config/hypr/config.d/keybinds.conf +++ b/home/config/hypr/config.d/keybinds.conf @@ -28,3 +28,4 @@ bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notif bind = , Print, exec, grim - | wl-copy -t iamge/png && notify-send -t 3000 "Hyprland" "Full screen copied to clipboard" bind = SHIFT, Print, exec, slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy +bind = $mod, tab, hyprexpo:expo, toggle diff --git a/home/config/hypr/config.d/plugins.conf b/home/config/hypr/config.d/plugins.conf index 16da0e4..a7a4de5 100644 --- a/home/config/hypr/config.d/plugins.conf +++ b/home/config/hypr/config.d/plugins.conf @@ -1,2 +1,3 @@ exec-once = hyprctl plugin load /run/current-system/profile/lib/libhy3.so exec-once = hyprctl plugin load /run/current-system/profile/lib/libhyprbars.so +exec-once = hyprctl plugin load /run/current-system/profile/lib/libhyprexpo.so diff --git a/home/config/xdg/portals.conf b/home/config/xdg/portals.conf new file mode 100644 index 0000000..74796c9 --- /dev/null +++ b/home/config/xdg/portals.conf @@ -0,0 +1,3 @@ +[preferred] +default=hyprland;gtk +org.freedesktop.impl.portal.FileChooser=gtk diff --git a/home/home.scm b/home/home.scm index 03e90e5..e1b9cbd 100644 --- a/home/home.scm +++ b/home/home.scm @@ -131,6 +131,7 @@ ("desktop-common" ,(local-file "config/desktop-common" #:recursive? #t)) ("mimeapps.list" ,(local-file "config/xdg/mimeapps.list" #:recursive? #t)) ("user-dirs.dirs" ,(local-file "config/xdg/user-dirs.dirs" #:recursive? #t)) + ("xdg-desktop-portal/portals.conf" ,(local-file "config/xdg/portals.conf")) ("starship.toml" ,(local-file "config/starship/starship.toml" #:recursive? #t)) ("home-manager/home.nix" ,(local-file "home.nix" #:recursive? #t)) )) @@ -142,6 +143,7 @@ (".local/share/fonts" ,(local-file "local/fonts" #:recursive? #t)) (".local/share/applications" ,(local-file "local/applications" #:recursive? #t)) (".local/share/icons" ,(local-file "local/icons" #:recursive? #t)) + (".local/share/dbus-1/services" ,(local-file "local/dbus/services" #:recursive? #t)) (".nix-channels" ,(local-file "nix-channels")) (".gitconfig" ,(local-file "config/git/gitconfig")))) |