summaryrefslogtreecommitdiff
path: root/nixos/hypr.nix
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-05-22 14:40:50 +0200
committerGitHub <noreply@github.com>2026-05-22 14:40:50 +0200
commit2ceadf225390bb4b4636b8c922d8b4b39f035b5d (patch)
tree733d497dc6a668500741c026de85996d8cc3ebb3 /nixos/hypr.nix
parentd1deb564a04757723a23fccab33e424e383fcad1 (diff)
Update hypr.nix
Diffstat (limited to 'nixos/hypr.nix')
-rw-r--r--nixos/hypr.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/hypr.nix b/nixos/hypr.nix
index d799301..e19e145 100644
--- a/nixos/hypr.nix
+++ b/nixos/hypr.nix
@@ -28,7 +28,7 @@
general {
gaps_in = 5 # @dynamic_gaps_in
gaps_out = 10 # @dynamic_gaps_out
- border_size = 0 # @dynamic_border
+ border_size = 1 # @dynamic_border
resize_on_border = 0
col.active_border = $color2
allow_tearing = 0
@@ -117,8 +117,7 @@
bind = $mod, V, togglefloating
bind = $mod, F, fullscreen, 0
bind = $mod, Tab, workspace, m+1
- bind = $mod, T, exec, ~/.config/scripts/master.sh
- bind = $mod, L, exec, ~/.config/scripts/power.sh
+ bind = $mod, T, exec, master
bind = $mod, W, exec, pkill -SIGUSR1 waybar
bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --no-zoom --autocopy; rm -f /tmp/hyprpickerlock'
bind = alt, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; mkdir -p /home/silly/Pictures/screenshots; f="/home/silly/Pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"; grim -g "$(slurp)" "$f" && wl-copy < "$f"; rm -f /tmp/slurplock'