idk exactly
This commit is contained in:
@@ -33,7 +33,7 @@ general {
|
||||
col.active_border = rgba(a6da95ee) rgba(b7bdf8ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = dwindle
|
||||
layout = master
|
||||
}
|
||||
|
||||
decoration {
|
||||
@@ -59,12 +59,14 @@ animations {
|
||||
dwindle {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
smart_resizing = yes
|
||||
preserve_split = yes # you probably want this
|
||||
}
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
# new_is_master = true
|
||||
new_status = true
|
||||
smart_resizing = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
@@ -84,7 +86,7 @@ bind = $mainMod, E, exec, thunar #File explorer
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, wofi #application launcher
|
||||
|
||||
bind = $mainMod SHIFT, R, exec, ../waybar/scripts/refresh.sh
|
||||
bind = $mainMod SHIFT, R, exec, killall waybar; waybar
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, W, exec, pavucontrol
|
||||
bind = $mainMod, O, togglesplit, # dwindle
|
||||
@@ -166,10 +168,10 @@ submap=reset
|
||||
exec-once=kdeconnectd
|
||||
|
||||
## network mount
|
||||
exec-once=rclone mount --vfs-cache-mode writes --no-check-certificate --dir-cache-time 5s raspberrypi-dav: /run/media/glala/fileserver/
|
||||
exec-once=sudo mkdir /run/media/glala/fileserver;sudo chown glala /run/media/glala/fileserver ;rclone mount --vfs-cache-mode writes --no-check-certificate --dir-cache-time 5s raspberrypi-dav: /run/media/glala/fileserver/ --no-check-certificate
|
||||
|
||||
##network manager
|
||||
exec-once=nm-applet
|
||||
#exec-once=nm-applet
|
||||
|
||||
##notification
|
||||
exec-once=swaync
|
||||
|
||||
Reference in New Issue
Block a user