Laptop #2
|
@ -1,5 +1,3 @@
|
||||||
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
|
||||||
env = TERMINAL,alacritty
|
env = TERMINAL,alacritty
|
||||||
|
|
||||||
monitor=,preferred,auto,1
|
monitor=,preferred,auto,1
|
||||||
|
@ -56,13 +54,13 @@ binds {
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
kb_options = compose:rctrl, caps:super
|
kb_options = compose:rctrl
|
||||||
numlock_by_default = true
|
numlock_by_default = true
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 1
|
gaps_in = 1
|
||||||
gaps_out = 5
|
gaps_out = 1
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgba(002f5fee)
|
col.active_border = rgba(002f5fee)
|
||||||
col.inactive_border = rgba(ffffff00)
|
col.inactive_border = rgba(ffffff00)
|
||||||
|
@ -102,7 +100,7 @@ animations {
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
preserve_split = yes
|
preserve_split = yes
|
||||||
# no_gaps_when_only = 1
|
no_gaps_when_only = 1
|
||||||
force_split = 2
|
force_split = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"layer": "top", // Waybar at top layer
|
"layer": "top", // Waybar at top layer
|
||||||
"height": 28, // Waybar height (to be removed for auto height)
|
"height": 28, // Waybar height (to be removed for auto height)
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
|
"margin": "0 0 5 0",
|
||||||
"output": "eDP-1",
|
"output": "eDP-1",
|
||||||
"modules-left": ["wlr/taskbar"],
|
"modules-left": ["wlr/taskbar"],
|
||||||
"modules-center": ["hyprland/workspaces"],
|
"modules-center": ["hyprland/workspaces"],
|
||||||
|
|
|
@ -12,9 +12,6 @@ window#waybar {
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* window#waybar.hidden { */
|
|
||||||
/* opacity: 0.2; */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -95,7 +95,7 @@ function zvm_after_init() {
|
||||||
PATHS="$PATHS\n$(fd . ~/.dotfiles -t d -d 1)"
|
PATHS="$PATHS\n$(fd . ~/.dotfiles -t d -d 1)"
|
||||||
fi
|
fi
|
||||||
if [ -d ~/Workspace ]; then
|
if [ -d ~/Workspace ]; then
|
||||||
PATHS="$PATHS\n$(fd . ~/Workspace -t d -d 5)"
|
PATHS="$PATHS\n$(ssh mallorea fdfind . ~/Workspace -t d -d 8)"
|
||||||
fi
|
fi
|
||||||
if [ -d ~/Containers ]; then
|
if [ -d ~/Containers ]; then
|
||||||
PATHS="$PATHS\n$(fd . ~/Containers -t d -d 2)"
|
PATHS="$PATHS\n$(fd . ~/Containers -t d -d 2)"
|
||||||
|
|
Loading…
Reference in New Issue