revamped setup
This commit is contained in:
parent
8f13d0a017
commit
e7d7db79e6
32 changed files with 358 additions and 830 deletions
|
|
@ -8,7 +8,7 @@ bind = $mainMod, V, togglefloating,
|
|||
bind = $mainMod, D, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, S, togglesplit, # dwindle
|
||||
bind = $mainMod SHIFT, L, exec, swaylock
|
||||
bind = $mainMod SHIFT, Q, exec, swaylock
|
||||
bind = , PRINT, exec, hyprshot -m region --clipboard-only
|
||||
|
||||
bind = $mainMod, h, movefocus, l
|
||||
|
|
@ -43,6 +43,11 @@ bind = $mainMod CTRL, h, resizeactive, -10 0
|
|||
bind = $mainMod CTRL, k, resizeactive, 0 -10
|
||||
bind = $mainMod CTRL, j, resizeactive, 0 10
|
||||
|
||||
bind = $mainMod SHIFT, l, movewindow, r
|
||||
bind = $mainMod SHIFT, h, movewindow, l
|
||||
bind = $mainMod SHIFT, k, movewindow, u
|
||||
bind = $mainMod SHIFT, j, movewindow, d
|
||||
|
||||
bind = $mainMod, b, exec, firefox
|
||||
bind = $mainMod, c, exec, telegram-desktop
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,9 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
|
|||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = waybar & hyprpaper
|
||||
exec-once = swayidle -w
|
||||
|
||||
exec-once = nwg-look -a
|
||||
exec-once = [workspace 2 silent] firefox
|
||||
exec-once = [workspace 10 silent] telegram-desktop
|
||||
exec-once = [workspace 10 silent] vesktop
|
||||
exec-once = [workspace 3 silent] thunderbird
|
||||
exec-once = [workspace 5 silent] steam
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
preload = ~/.config/wallpapers/wallpaper.jpg
|
||||
wallpaper = DP-2, ~/.config/wallpapers/wallpaper.jpg
|
||||
preload = ~/.config/wallpapers/wall.png
|
||||
wallpaper = HDMI-A-1, ~/.config/wallpapers/wall.png
|
||||
splash = false
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
monitor=DP-2,2560x1440@164.835999, 0x0, 1
|
||||
monitor=HDMI-A-1,2560x1440@164.835999, 0x0, 1
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ general {
|
|||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
border_size = 1
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
col.active_border = rgb(8aadf4) rgb(24273A) rgb(24273A) rgb(8aadf4) 45deg
|
||||
col.inactive_border= rgb(24273A) rgb(24273A) rgb(24273A) rgb(24273A) 45deg
|
||||
layout = dwindle
|
||||
allow_tearing = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue