diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 | 
| commit | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (patch) | |
| tree | aa1a9fbe816b5217f6827ae2a41481f762c6c7f4 /config/hypr/hyprland.conf | |
| parent | cc5a352e65e533cc84358a546c9ee6f1d5a47908 (diff) | |
refactor dotfiles, and use nix
Diffstat (limited to '')
| -rw-r--r-- | config/hypr/hyprland.conf (renamed from .config/hypr/hyprland.conf) | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 22d71f3..075dbec 100644 --- a/.config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,6 +1,7 @@ -monitor=,1920x1080@60,auto,1 +monitor=eDP-1,1920x1080@60,0x0,1 +monitor=HDMI-A-1,2560x1440@60,-2560x-350,1 -exec-once = waybar & hyprpaper & dunst & # /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 +exec-once = waybar & hyprpaper & dunst & /nix/store/$(ls -la /nix/store | grep 'polkit-gnome' | grep 4096 | awk '{print $9}' | sed -n '$p')/libexec/polkit-gnome-authentication-agent-1 & blueman-applet & nm-applet  xwayland {      force_zero_scaling = true @@ -59,13 +60,14 @@ gestures {      workspace_swipe = true  } -bind = SUPER SHIFT, RETURN, exec, terminator +bind = SUPER SHIFT, RETURN, exec, alacritty  bind = SUPER SHIFT, Q, killactive  bind = SUPER SHIFT, B, exit  bind = SUPER, E, exec, dolphin  bind = SUPER SHIFT, F, togglefloating  bind = SUPER, F, fullscreen, 1 -bind = SUPER, SPACE, exec, pkill tofi || tofi-drun +bind = SUPER, SPACE, exec, pkill fuzzel || fuzzel +bind = SUPER, X, exec, waylock  bind = SUPER, RETURN, layoutmsg, swapwithmaster master  bind = SUPER SHIFT, J, layoutmsg, swapnext  | 
