hyperland update keybinds & xkb setting
This commit is contained in:
parent
6500282293
commit
fcc14643c1
@ -1,13 +1,13 @@
|
|||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,auto
|
||||||
|
|
||||||
# Load colors
|
# Load colors
|
||||||
source = ~/.config/hypr/nord-colors.conf
|
source = ~/.config/hypr/colors.conf
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options = compose:ralt
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
@ -110,7 +110,7 @@ env = XCURSOR_SIZE=24
|
|||||||
# Autostart
|
# Autostart
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
exec-once = hyprpaper
|
exec-once = swww init
|
||||||
exec-once = swayidle -w
|
exec-once = swayidle -w
|
||||||
exec-once = alacritty --class scratchpad
|
exec-once = alacritty --class scratchpad
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ bind = $mainModShift, E, exec, $XDG_CONFIG_HOME/rofi/powermenu.sh
|
|||||||
bind = $mainModShift, Space, togglefloating
|
bind = $mainModShift, Space, togglefloating
|
||||||
bind = $mainMod, D, exec, rofi -show drun -theme $XDG_CONFIG_HOME/rofi/launcher.rasi
|
bind = $mainMod, D, exec, rofi -show drun -theme $XDG_CONFIG_HOME/rofi/launcher.rasi
|
||||||
bind = $mainMod, M, exec, $XDG_CONFIG_HOME/waybar/mute-toggle.sh
|
bind = $mainMod, M, exec, $XDG_CONFIG_HOME/waybar/mute-toggle.sh
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
#bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod, F, fullscreen
|
bind = $mainMod, F, fullscreen
|
||||||
bind =, Print, exec, $XDG_DATA_HOME/scripts/share-screenshot.sh
|
bind =, Print, exec, $XDG_DATA_HOME/scripts/share-screenshot.sh
|
||||||
|
|
||||||
@ -143,6 +143,13 @@ bind = $mainMod, right, movefocus, r
|
|||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
|
# Move focus with mainMod + hjkl
|
||||||
|
|
||||||
|
bind = $mainMod, h, movefocus, l
|
||||||
|
bind = $mainMod, l, movefocus, r
|
||||||
|
bind = $mainMod, k, movefocus, u
|
||||||
|
bind = $mainMod, j, movefocus, d
|
||||||
|
|
||||||
# Move windows with mainMod + Shift + arrow
|
# Move windows with mainMod + Shift + arrow
|
||||||
bind = $mainModShift, left, movewindow, l
|
bind = $mainModShift, left, movewindow, l
|
||||||
bind = $mainModShift, right, movewindow,r
|
bind = $mainModShift, right, movewindow,r
|
||||||
|
Loading…
Reference in New Issue
Block a user