summaryrefslogtreecommitdiff
path: root/.config/hypr/hyprland.conf
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-04-20 13:59:11 +0300
committerThanos Apollo <[email protected]>2023-04-20 13:59:11 +0300
commit918941d173162fc7bd6b0f716539dfb2486c2932 (patch)
tree309e42d0fc469b2cac07753ad7c761442d405a1a /.config/hypr/hyprland.conf
parentef937f7b2389f26f697d05be98faaeff89690556 (diff)
emacs: update mainMod and other bindings
Change mainMod to CTRL_ALT & tessen, grim
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r--.config/hypr/hyprland.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 1d47021..9cfc437 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -96,7 +96,7 @@ device:epic mouse V1 {
}
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
-$mainMod = CTRL_ALT2
+$mainMod = CTRL_ALT
# Binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = , F5, exec, "/home/$USER/dotfiles/scripts/keyboard-light-x220.sh"
@@ -111,10 +111,10 @@ bind = $mainMod, W, exec, kitty
bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit,
bind = $mainMod, R, exec, rofi -show drun
-bind = $mainMod, R , exec, tessen --dmenu=rofi
+bind = $mainMod, E, exec, tessen --dmenu=rofi
bind = $mainMod, V, togglefloating,
bind = $mainMod, J, togglesplit, # dwindle
-bind = $mainMod, F12, exec, grim -g "$(slurp)"
+bind = , F12, exec, grim -g "$(slurp)"
bind = , F11, fullscreen
# Move focus with mainMod + arrow keys