Remap alt and super
This commit is contained in:
parent
4a5cb3e3c8
commit
58a4cd397e
|
@ -6,6 +6,7 @@ monitor=DP-1,preferred,1920x0,1,bitdepth,10
|
||||||
monitor=HDMI-A-1,preferred,5760x550,1
|
monitor=HDMI-A-1,preferred,5760x550,1
|
||||||
exec-once=wl-paste --type text --watch cliphist store
|
exec-once=wl-paste --type text --watch cliphist store
|
||||||
exec-once=wl-paste --type image --watch cliphist store
|
exec-once=wl-paste --type image --watch cliphist store
|
||||||
|
exec-once=sleep 2 && hyprctl dispatch workspace 11
|
||||||
|
|
||||||
workspace=DP-1,11
|
workspace=DP-1,11
|
||||||
workspace=DP-2,21
|
workspace=DP-2,21
|
||||||
|
@ -55,7 +56,7 @@ binds {
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
kb_options = compose:rctrl, caps:super
|
kb_options = compose:rctrl, caps:super, altwin:swap_alt_win
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,6 +116,7 @@ $mainMod = SUPER
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bindr = $mainMod, SUPER_L, exec, /home/user/.config/scripts/toggle_rofi.sh
|
bindr = $mainMod, SUPER_L, exec, /home/user/.config/scripts/toggle_rofi.sh
|
||||||
|
bindr = $mainMod, SUPER_R, exec, /home/user/.config/scripts/toggle_rofi.sh
|
||||||
bind = $mainMod, return, exec, /home/user/.config/scripts/launch_alacritty.sh $(hyprctl activewindow -j | jq .pid)
|
bind = $mainMod, return, exec, /home/user/.config/scripts/launch_alacritty.sh $(hyprctl activewindow -j | jq .pid)
|
||||||
bind = $mainMod SHIFT, return, exec, alacritty
|
bind = $mainMod SHIFT, return, exec, alacritty
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
|
|
Loading…
Reference in New Issue