diff options
author | Saumit <justsaumit@protonmail.com> | 2024-12-29 21:30:04 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2024-12-29 21:30:04 +0530 |
commit | f454bb172317ec663d781948afab4a89f74e72e3 (patch) | |
tree | 0933104d108deda96f29a277b381c49ea55ad278 | |
parent | f8b16294cde8aa04210e827d3601bb86d07f8e24 (diff) |
hypr: Replacing Caps Lock with Escape (not sure why I commented it out), commenting out dated options
-rw-r--r-- | .config/hypr/hyprland.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8ded7c0..c2c5a66 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,7 +6,7 @@ monitor=HDMI-A-1,1920x1080@144,0x0,1.00,transform,0,mirror,eDP-1 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox -exec-once = waybar & dunst & wpaperd & suspend.sh & nextcloud & nm-applet & blueman-applet +exec-once = waybar & dunst & wpaperd & suspend.sh & nextcloud & nm-applet & blueman-applet & notion-app #exec-once = dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY #exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY && XDG_CURRENT_DESKTOP=Hyprland exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -28,7 +28,7 @@ input { kb_layout = us kb_variant = kb_model = -# kb_options=caps:escape + kb_options=caps:escape # kb_options=ctrl:nocaps kb_rules = @@ -57,7 +57,7 @@ master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more special_scale_factor=0.8 new_on_top=false - no_gaps_when_only=true +# no_gaps_when_only=true orientation=left inherit_fullscreen=true } @@ -75,10 +75,10 @@ decoration { size = 4 passes = 1 } - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) +# drop_shadow = true +# shadow_range = 4 +# shadow_render_power = 3 +# col.shadow = rgba(1a1a1aee) } animations { @@ -171,7 +171,7 @@ bind = $MOD, Q, exec, brave bind = $MOD CTRL, Q, exec, brave --incognito bind = $MOD ALT, Q, exec, brave --tor # Launch wa -bind = $MOD SHIFT, W, exec, whatsapp-nativefier +bind = $MOD SHIFT, W, exec, whatsapp-nativefier --no-sandbox #Launch emacs bind = $MOD, E, exec, emacs # Launch ncloud |