Compare commits

...

2 Commits

Author SHA1 Message Date
a18a03ba0e hyprland: Swap super and alt keys 2024-06-02 13:07:01 +02:00
d9a68f0181 nu: Remove deprecated config setting 2024-06-02 13:07:01 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ input {
kb_layout = se
kb_variant =
kb_model =
kb_options = caps:escape
kb_options = caps:escape,altwin:swap_alt_win
kb_rules =
follow_mouse = 1
@ -125,7 +125,7 @@ windowrule=float,title:Jitsi Meet
windowrule=move 100%-375 75,title:Jitsi Meet
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = ALT
$mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Return, exec, alacritty

View File

@ -293,7 +293,6 @@ $env.config = {
use_ansi_coloring: true
bracketed_paste: true # enable bracketed paste, currently useless on windows
edit_mode: vi # emacs, vi
shell_integration: false # enables terminal shell integration. Off by default, as some terminals have issues with this.
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
hooks: {