Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
4 changed files with 5 additions and 9 deletions
Showing only changes of commit 771ecbc0e8 - Show all commits

View File

@ -1,5 +1,3 @@
env = WLR_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
env = WLR_NO_HARDWARE_CURSORS,1
env = TERMINAL,alacritty
monitor=,preferred,auto,1
@ -56,13 +54,13 @@ binds {
input {
kb_layout = us
follow_mouse = 1
kb_options = compose:rctrl, caps:super
kb_options = compose:rctrl
numlock_by_default = true
}
general {
gaps_in = 1
gaps_out = 5
gaps_out = 1
border_size = 2
col.active_border = rgba(002f5fee)
col.inactive_border = rgba(ffffff00)
@ -102,7 +100,7 @@ animations {
dwindle {
preserve_split = yes
# no_gaps_when_only = 1
no_gaps_when_only = 1
force_split = 2
}

View File

@ -2,6 +2,7 @@
"layer": "top", // Waybar at top layer
"height": 28, // Waybar height (to be removed for auto height)
"spacing": 4, // Gaps between modules (4px)
"margin": "0 0 5 0",
"output": "eDP-1",
"modules-left": ["wlr/taskbar"],
"modules-center": ["hyprland/workspaces"],

View File

@ -12,9 +12,6 @@ window#waybar {
transition-duration: .5s;
}
/* window#waybar.hidden { */
/* opacity: 0.2; */
/* } */
button {
border: none;

View File

@ -95,7 +95,7 @@ function zvm_after_init() {
PATHS="$PATHS\n$(fd . ~/.dotfiles -t d -d 1)"
fi
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
if [ -d ~/Containers ]; then
PATHS="$PATHS\n$(fd . ~/Containers -t d -d 2)"