major rework of the entire layouts that I did over the weekend, trying to simplify the setup and make it more universal across devices
This commit is contained in:
parent
36889e403d
commit
9ab2e7ea91
4 changed files with 133 additions and 100 deletions
|
@ -56,7 +56,7 @@ exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|||
exec-once = sleep 1; blueman-applet
|
||||
exec-once = hyprpaper
|
||||
exec-once = swaync
|
||||
exec-once = [workspace special:music silent] sleep 1; feishin --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
exec-once = [workspace special:music silent] sleep 1; supersonic-desktop
|
||||
exec-once = waybar
|
||||
exec-once = hypridle
|
||||
exec-once = hyprctl setcursor Dracula-cursors 24
|
||||
|
@ -66,9 +66,9 @@ exec-once = gimp
|
|||
exec-once = virt-manager
|
||||
exec-once = [workspace 2 silent] kitty --session ~/.config/kitty/session --listen-on=unix:@mykitty
|
||||
exec-once = [workspace 2 silent] sleep 1; kitty newsboat
|
||||
exec-once = [workspace 7 silent] kitty btop
|
||||
exec-once = [workspace 7 silent] sleep 1; kitty
|
||||
exec-once = [workspace 7 silent] sleep 2;kitty zsh -c "source ~/.zshrc;nnn -deUxH"
|
||||
exec-once = [workspace 6 silent] kitty btop
|
||||
exec-once = [workspace 6 silent] sleep 1; kitty
|
||||
exec-once = [workspace 6 silent] sleep 2;kitty zsh -c "source ~/.zshrc;nnn -deUxH"
|
||||
exec-once = steam -silent
|
||||
exec-once = sleep 1; heroic --ozone-platform=wayland
|
||||
exec-once = [workspace special:password silent] keepassxc
|
||||
|
@ -148,6 +148,7 @@ windowrule = workspace 3 silent,class:libreoffice-writer
|
|||
windowrule = workspace 4 silent,class:gimp
|
||||
windowrule = workspace 5 silent,class:virt-manager
|
||||
windowrule = workspace special:email silent,class:tutanota-desktop
|
||||
windowrule = workspace special:music silent,class:supersonic-desktop
|
||||
windowrule = size 300 500,title:Friends List
|
||||
windowrule = center,title:Steam
|
||||
windowrule = float,class:steam
|
||||
|
@ -174,9 +175,6 @@ windowrule = size 1000 600,title:Open Files
|
|||
windowrule = float,title:Signal
|
||||
windowrule = center,title:Signal
|
||||
windowrule = size 1280 720,title:Signal
|
||||
windowrule = float,class:feishin
|
||||
windowrule = center,class:feishin
|
||||
windowrule = size 1600 900, class:feishin
|
||||
windowrule = float,class:org.keepassxc.KeePassXC
|
||||
windowrule = size 800 600,class:org.keepassxc.KeePassXC
|
||||
windowrule = center,class:org.keepassxc.KeePassXC
|
||||
|
@ -203,9 +201,6 @@ windowrule = center,class:imv
|
|||
windowrule = float,class:org.pwmt.zathura
|
||||
windowrule = center,class:org.pwmt.zathura
|
||||
windowrule = idleinhibit fullscreen, fullscreen:1
|
||||
windowrule = float,class:tutanota-desktop
|
||||
windowrule = center,class:tutanota-desktop
|
||||
windowrule = size 1705 909,class:tutanota-desktop
|
||||
windowrule = float,class:xdg-desktop-portal-gtk
|
||||
windowrule = float,class:blueman-manager
|
||||
windowrule = center,class:blueman-manager
|
||||
|
@ -230,7 +225,7 @@ bind = $mainMod CTRL, Y, exec, heroic
|
|||
bind = $mainMod, N, exec, exec swaync-client -t -sw
|
||||
bind = $mainMod CTRL, U, exec, [workspace special:scratchpad silent] signal-desktop --ozone-platform-hint=auto --enable-features=UseOzonePlatform,WaylandWindowDecorations
|
||||
bind = $mainMod CTRL, P, exec, [workspace special:password silent] keepassxc
|
||||
bind = $mainMod CTRL, M, exec, [workspace special:music silent] sleep 1; feishin --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
bind = $mainMod CTRL, M, exec, [workspace special:music silent] sleep 1; supersonic-desktop
|
||||
|
||||
# Resize windows main keybind
|
||||
bind=ALT,R,submap,resize
|
||||
|
@ -336,8 +331,8 @@ workspace = 2, monitor:DP-1
|
|||
workspace = 3, monitor:DP-1
|
||||
workspace = 4, monitor:DP-1
|
||||
workspace = 5, monitor:DP-1
|
||||
workspace = 6, monitor:DP-1
|
||||
workspace = 7, monitor:DP-2, default:true
|
||||
workspace = 6, monitor:DP-2, default:true
|
||||
workspace = 7, monitor:DP-2
|
||||
workspace = 8, monitor:DP-2
|
||||
workspace = 9, monitor:DP-2
|
||||
workspace = 10, monitor:DP-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue