From 593c7c4fc6604296f1968cd79a4d751d7b975976 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Wed, 10 Dec 2025 19:30:26 +0100 Subject: add a way to do screenshots --- hypr/hyprland.conf | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 341e9b4..6491423 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -27,29 +27,6 @@ monitor=eDP-1,preferred,auto-right,1 monitor=,preferred,auto-left,1 - -################### -### MY PROGRAMS ### -################### - -# See https://wiki.hyprland.org/Configuring/Keywords/ - -# Set programs that you use -$terminal = kitty -$menu = wofi --show drun - -################# -### AUTOSTART ### -################# - -# Autostart necessary processes (like notifications daemons, status bars, etc.) -# Or execute your favorite apps at launch like this: - -# exec-once = $terminal -# exec-once = nm-applet & -# exec-once = waybar & hyprpaper & firefox - - ############################# ### ENVIRONMENT VARIABLES ### ############################# @@ -118,16 +95,6 @@ animations { enabled = false } -# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/ -# "Smart gaps" / "No gaps when only" -# uncomment all if you wish to use that. -# workspace = w[tv1], gapsout:0, gapsin:0 -# workspace = f[1], gapsout:0, gapsin:0 -# windowrule = bordersize 0, floating:0, onworkspace:w[tv1] -# windowrule = rounding 0, floating:0, onworkspace:w[tv1] -# windowrule = bordersize 0, floating:0, onworkspace:f[1] -# windowrule = rounding 0, floating:0, onworkspace:f[1] - # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below @@ -183,11 +150,12 @@ device { $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Return, exec, $terminal +bind = $mainMod, Return, exec, kitty +bind = , Print, exec, grim -g "$(slurp)" bind = $mainMod, C, killactive, bind = $mainMod, M, exit, bind = $mainMod, V, togglefloating, -bind = $mainMod, X, exec, $menu +bind = $mainMod, X, exec, wofi bind = $mainMod, F, fullscreen bind = CTRL ALT, S, exec, ~/bin/monitor 0 bind = CTRL ALT, D, exec, ~/bin/monitor 1 -- cgit v1.2.3-70-g09d2