summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/init.el6
-rw-r--r--.config/hypr/binds.conf2
-rw-r--r--.config/hypr/hyprland.conf8
3 files changed, 11 insertions, 5 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 770ab4d..5b08e9d 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -243,7 +243,7 @@
(marginalia-mode))
(use-package orderless
- :config
+ :init
(setq completion-styles '(orderless partial-completion basic)
completion-category-defaults nil
completion-category-overrides '((file (styles . (partial-completion))))))
@@ -349,8 +349,8 @@
("C-g" . corfu-quit))
:custom
(corfu-auto t)
- (corfu-auto-delay 0.2)
- (corfu-auto-prefix 2)
+ (corfu-auto-delay 0.25)
+ (corfu-auto-prefix 3)
:init
(add-hook 'corfu-mode-hook
(lambda ()
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf
index 07849a8..9b09e3c 100644
--- a/.config/hypr/binds.conf
+++ b/.config/hypr/binds.conf
@@ -19,6 +19,7 @@ bind = $mainMod, RETURN, exec, $appMenu
bind = $mainMod SHIFT, Q, exit,
# app and util binds
+bind = $mainMod CONTROLALT SHIFT, L, exec, xdg-open https://linkedin.com
bind = $mainMod, A, exec, $terminal
bind = $mainMod, W, exec, $browser
bind = $mainMod, E, exec, emacsclient -c
@@ -26,6 +27,7 @@ bind = $mainMod CTRL, P, exec, hyprpicker -a
bind = $mainMod, L, exec, simlock
bind = $mainMod, K, exec, $terminal -e htop
bind = $mainMod SHIFT, B, exec, /bin/sh -c "pidof waybar && pkill -x waybar || waybar"
+bind = $mainMod SHIFT, E, exec, wlboomer
# screenshot (region + full)
bind = $mainMod SHIFT, S, exec, screenshot -save
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 6602185..6a2fa8f 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -25,10 +25,10 @@ input {
repeat_delay = 300
repeat_rate = 30
- accel_profile = flat
+ accel_profile = adaptive
touchpad {
- scroll_factor = 0.2
+ scroll_factor = 0.7
natural_scroll = yes
disable_while_typing = false
}
@@ -50,6 +50,10 @@ general {
col.inactive_border = rgba(59595900)
}
+cursor {
+ no_hardware_cursors = 0
+}
+
windowrulev2 = noshadow, floating:0
decoration {