Compare commits
2 Commits
a5b2a89963
...
a18a03ba0e
| Author | SHA1 | Date | |
|---|---|---|---|
|
a18a03ba0e
|
|||
|
d9a68f0181
|
@ -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
|
||||
|
||||
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user