aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2025-12-10 19:30:26 +0100
committerGibheer <gibheer+git@zero-knowledge.org>2025-12-10 19:30:26 +0100
commit593c7c4fc6604296f1968cd79a4d751d7b975976 (patch)
tree699def7a868c7ee1b2d425a46a50cd2e34e62359
parent527d1afde38060e45b77347dd3acead72c89cd51 (diff)
add a way to do screenshotsHEADmaster
-rw-r--r--hypr/hyprland.conf38
-rw-r--r--packages2
2 files changed, 5 insertions, 35 deletions
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
diff --git a/packages b/packages
index 162250c..a7c1438 100644
--- a/packages
+++ b/packages
@@ -2,6 +2,7 @@ brightnessctl
chromium
greetd
greetd-tuigreet
+grim
hyprland
hyprlock
kitty
@@ -10,6 +11,7 @@ opendoas
openssh
playerctl
rsync
+slurp
tmux
vim
wofi