added music player shortcut and removed some useless keybinds
This commit is contained in:
@@ -39,21 +39,14 @@ bind = $mainMod, j, movefocus, d
|
||||
bind = $mainMod, MINUS, togglespecialworkspace, scratch
|
||||
bind = $mainMod SHIFT, MINUS, movetoworkspacesilent, special:scratch
|
||||
|
||||
# Music workspace
|
||||
bind = $mainMod, m, togglespecialworkspace, music
|
||||
|
||||
# Resize floating windows with keyboard
|
||||
bind = $submod, left, resizeactive, -50 0
|
||||
bind = $submod, right, resizeactive, 50 0
|
||||
bind = $submod, down, resizeactive, 0 50
|
||||
bind = $submod, up, resizeactive, 0 -50
|
||||
bind = $submod SHIFT, left, moveactive, -50 0
|
||||
bind = $submod SHIFT, right, moveactive, 50 0
|
||||
bind = $submod SHIFT, down, moveactive, 0 50
|
||||
bind = $submod SHIFT, up, moveactive, 0 -50
|
||||
bind = $submod+ctrl , left, moveactive, -150 0
|
||||
bind = $submod+ctrl , right, moveactive, 150 0
|
||||
bind = $submod+ctrl , down, moveactive, 0 150
|
||||
bind = $submod+ctrl , up, moveactive, 0 -150
|
||||
bind = $submod ctrl, h, resizeactive, -50 0
|
||||
bind = $submod ctrl, l, resizeactive, 50 0
|
||||
bind = $submod ctrl, k, resizeactive, 0 50
|
||||
bind = $submod ctrl, j, resizeactive, 0 -50
|
||||
|
||||
# Change window positions with keyboard
|
||||
bind = $mainMod SHIFT, H, swapwindow, l
|
||||
|
||||
@@ -95,6 +95,12 @@ windowrule {
|
||||
match:class = ^(otter)$
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = jellyfin tui
|
||||
animation = slide top
|
||||
match:class = ^(jf-tui)$
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = nodim-fullscreen
|
||||
match:fullscreen = 1
|
||||
@@ -136,3 +142,5 @@ layerrule {
|
||||
ignore_alpha = 0
|
||||
match:namespace = swaync-control-center
|
||||
}
|
||||
|
||||
workspace = special:music, gapsout:5 400 400 400
|
||||
|
||||
@@ -19,7 +19,6 @@ misc {
|
||||
force_default_wallpaper = 0
|
||||
}
|
||||
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = false
|
||||
}
|
||||
@@ -30,8 +29,10 @@ dwindle {
|
||||
preserve_split = true # You probably want this
|
||||
permanent_direction_override = true
|
||||
}
|
||||
scrolling {
|
||||
|
||||
scrolling {
|
||||
column_width = 0.6
|
||||
focus_fit_method = 0
|
||||
}
|
||||
|
||||
# GTK shennanigans
|
||||
@@ -57,11 +58,6 @@ group {
|
||||
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
||||
}
|
||||
|
||||
scrolling {
|
||||
column_width = 0.6
|
||||
focus_fit_method = 1
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
|
||||
@@ -105,6 +101,7 @@ animations {
|
||||
animation = borderangle, 1, 8, my
|
||||
animation = fade, 1, 2, my
|
||||
animation = workspaces, 1, 1.7, smooth
|
||||
animation = specialWorkspace, 1, 1.7, smooth, slidefadevert -50%
|
||||
animation = layers, 1, 2, smooth, fade
|
||||
animation = fadeLayers, 1, 2, smooth
|
||||
}
|
||||
|
||||
Submodule .config/nvim updated: ac6d7e8b07...7a05a15b29
@@ -146,9 +146,7 @@ hyprctl dispatch exec thunar $(find . -maxdepth 2 -type d | fzf)
|
||||
description = "run music"
|
||||
prefix = "jf"
|
||||
cmd = """
|
||||
hyprctl dispatch resizeactive 300 500 &&
|
||||
hyprctl dispatch centerwindow &
|
||||
hyprctl dispatch exec thunar $(find . -maxdepth 2 -type d | fzf)
|
||||
hyprctl dispatch exec '[workspace special:music]' 'kitty --class jf-tui -e jellyfin-tui'
|
||||
"""
|
||||
|
||||
[[modules]]
|
||||
|
||||
Reference in New Issue
Block a user