Skip to content

Commit

Permalink
update: hyprland config
Browse files Browse the repository at this point in the history
  • Loading branch information
glwbr committed May 28, 2024
1 parent 71142c6 commit 120657d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions home/software/wayland/hyprland/binds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ in {
# compositor commands
"$mod SHIFT, Q, exit,"
"$mod SHIFT, C, killactive,"
"$mod, F, fullscreen,"
"$mod, F, fullscreen, 1"
"$mod, G, togglegroup,"
"$mod SHIFT, N, changegroupactive, f"
"$mod SHIFT, P, changegroupactive, b"
Expand Down Expand Up @@ -71,7 +71,7 @@ in {
# screenshot
# stop animations while screenshotting; makes black border go away
", Print, exec, ${screenshotarea}"
"$mod SHIFT, R, exec, ${screenshotarea}"
"$mod SHIFT, S, exec, ${screenshotarea}"

"CTRL, Print, exec, grimblast --notify --cursor copysave output"

Expand Down
14 changes: 7 additions & 7 deletions home/software/wayland/hyprland/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ in {
"col.active_border" = "0xffebbcba 0xffeb6f92 0xffc4a7e7 45deg";

monitor = [
"HDMI-A-1, 2560x1440@60, 0x0, 1"
"eDP-1, 1920x1080@60, 0x1440, 1.25"
"HDMI-A-1, 1920x1080@60, 0x0, 1"
"eDP-1, 1920x1080@60, 1920x0, 1.25"
];

allow_tearing = true;
Expand Down Expand Up @@ -91,13 +91,13 @@ in {
};

input = {
kb_layout = "us";
kb_variant = "";
kb_options = "caps:swapescape";
kb_layout = "us,us";
kb_variant = ",intl";
kb_options = "caps:swapescape,grp:alt_space_toggle";

# type really fast
repeat_delay = 140;
repeat_rate = 30;
#repeat_delay = 140;
#repeat_rate = 30;

# focus change on cursor move
follow_mouse = true;
Expand Down

0 comments on commit 120657d

Please sign in to comment.