From 608d0859d3e0056f91fcad3f35c629847ce3709d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 23 Jun 2024 22:15:59 -0400 Subject: more hyprland plugins, bluetooth fixes, etc --- home/config/hypr/config.d/keybinds.conf | 1 + home/config/hypr/config.d/plugins.conf | 1 + home/config/xdg/portals.conf | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 home/config/xdg/portals.conf (limited to 'home/config') 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 -- cgit v1.2.3-freya