mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
Workflow update
Changelog: - added `hyprls`, `file`, `delta`, `process-compose`, `yazi` packages with setup catppuccin macchiato theme - changed `gammastep` to `wlsunset` - refactored and disabled location - refactored `dbus` and set to `broker` implementation - changed `blueman` bluetooth manager to `overskride` - set catppuccin macchiato theme for `bat` - added useful key bindings for fish - added custom fish scripts with `fzf` utilization - changed protocol from 'https' to 'ssh' in `gh` config - added keybindings, updated config, added LSPs for `helix` - remap some keys in `Hyprland` - added keybindings for `Zellij`
This commit is contained in:
@@ -23,7 +23,7 @@ input {
|
||||
kb_layout = us,ua,ru
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = grp:alt_shift_toggle
|
||||
kb_options = grp:win_space_toggle
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
@@ -156,7 +156,7 @@ windowrule = stayfocused, swappy
|
||||
$mainMod = SUPER
|
||||
|
||||
# will switch to a submap called resize
|
||||
bind=ALT,R,submap,resize
|
||||
bind=$mainMod ALT,R,submap,resize
|
||||
|
||||
# will start a submap called "resize"
|
||||
submap=resize
|
||||
@@ -174,7 +174,7 @@ bind=,escape,submap,reset
|
||||
submap=reset
|
||||
|
||||
# will switch to a submap called move
|
||||
bind=ALT,M,submap,move
|
||||
bind=$mainMod ALT,M,submap,move
|
||||
|
||||
# will start a submap called "move"
|
||||
submap=move
|
||||
|
Reference in New Issue
Block a user