summaryrefslogtreecommitdiff
path: root/home/config/hypr/config.d
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/hypr/config.d')
-rw-r--r--home/config/hypr/config.d/keybinds.conf2
-rw-r--r--home/config/hypr/config.d/plugins.conf1
-rw-r--r--home/config/hypr/config.d/theme.conf12
3 files changed, 1 insertions, 14 deletions
diff --git a/home/config/hypr/config.d/keybinds.conf b/home/config/hypr/config.d/keybinds.conf
index f7ecf4e..a3ce255 100644
--- a/home/config/hypr/config.d/keybinds.conf
+++ b/home/config/hypr/config.d/keybinds.conf
@@ -24,7 +24,7 @@ binde =, XF86AudioPrev, exec, playerctl previous
binde =, XF86MonBrightnessDown, exec, brightnessctl set 5%-
binde =, XF86MonBrightnessUp, exec, brightnessctl set 5%+
-bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard"
+bind = $mod SHIFT, s, exec, grimblast copy area && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard"
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
diff --git a/home/config/hypr/config.d/plugins.conf b/home/config/hypr/config.d/plugins.conf
index 1d6c18b..ca47d35 100644
--- a/home/config/hypr/config.d/plugins.conf
+++ b/home/config/hypr/config.d/plugins.conf
@@ -1,3 +1,2 @@
exec-once = hyprctl plugin load ~/.guix-home/profile/lib/libhy3.so
-#exec-once = hyprctl plugin load ~/.guix-home/profile/lib/libhyprbars.so
exec-once = hyprctl plugin load ~/.guix-home/profile/lib/libhyprexpo.so
diff --git a/home/config/hypr/config.d/theme.conf b/home/config/hypr/config.d/theme.conf
index 5076cfb..3461047 100644
--- a/home/config/hypr/config.d/theme.conf
+++ b/home/config/hypr/config.d/theme.conf
@@ -32,18 +32,6 @@ plugin {
enable = true
}
}
-
- #hyprbars {
- # bar_height = 24
- # bar_part_of_window = true
- # bar_color = $base_color
- # col.text = $text_color
- # bar_text_size = 9
- # bar_text_font = JetBrains Mono Nerd Font Mono Bold
- # bar_button_padding = 12
- # bar_padding = 10
- # bar_precedence_over_border = true
- #}
}
decoration {