diff --git a/.gitignore b/.gitignore index f8090ab..602c829 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ luac.out node_modules/ xmonad.log .stack-work/ +plugins/ diff --git a/laptop/configs/dunst/dunstrc b/laptop/configs/dunst/.config/dunst/dunstrc similarity index 100% rename from laptop/configs/dunst/dunstrc rename to laptop/configs/dunst/.config/dunst/dunstrc diff --git a/laptop/configs/dunst/original b/laptop/configs/dunst/.config/dunst/original similarity index 100% rename from laptop/configs/dunst/original rename to laptop/configs/dunst/.config/dunst/original diff --git a/laptop/configs/feh/buttons b/laptop/configs/feh/.config/feh/buttons similarity index 100% rename from laptop/configs/feh/buttons rename to laptop/configs/feh/.config/feh/buttons diff --git a/laptop/configs/hypr/binds.conf b/laptop/configs/hypr/.config/hypr/binds.conf similarity index 73% rename from laptop/configs/hypr/binds.conf rename to laptop/configs/hypr/.config/hypr/binds.conf index 5125389..0c003d8 100644 --- a/laptop/configs/hypr/binds.conf +++ b/laptop/configs/hypr/.config/hypr/binds.conf @@ -7,8 +7,7 @@ binde = , XF86MonBrightnessUp, exec, brightnessctl s +5% binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # app bindings -bind = $mainMod, Return, exec, ~/.local/bin/wezterm -bind = $mainMod CONTROL, Return, exec, kitty +bind = $mainMod, Return, exec, wezterm bind = $mainMod, E, exec, thunar bind = $mainMod SHIFT, Return, exec, tofi-drun bind = , Home, exec, ~/scripts/way-print.sh p @@ -16,6 +15,8 @@ bind = SHIFT, Home, exec, ~/scripts/way-print.sh s bind = CONTROL SHIFT, Home, exec, ~/scripts/way-print.sh t bind = CONTROL, Home, exec, ~/scripts/way-print.sh m bind = $mainMod, b, exec, firefox +bind = $mainMod SHIFT, e, exec, emacsclient -c +bind = $mainMod SHIFT, d, exec, WEBKIT_DISABLE_COMPOSITING_MODE=1 dbeaver # window control bind = $mainMod SHIFT, C, killactive, @@ -39,19 +40,19 @@ bind = $mainMod, K, layoutmsg, cycleprev bind = $mainMod, N, layoutmsg, orientationnext # workspace control -bind = $mainMod, 1, workspace, 1 -bind = $mainMod, 2, workspace, 2 -bind = $mainMod, 3, workspace, 3 -bind = $mainMod, 4, workspace, 4 -bind = $mainMod, 5, workspace, 5 -bind = $mainMod, 6, workspace, 6 -bind = $mainMod, 7, workspace, 7 -bind = $mainMod, 8, workspace, 8 -bind = $mainMod, 9, workspace, 9 -bind = $mainMod, 0, workspace, 10 -bind = $mainMod, minus, workspace, 11 -bind = $mainMod, equal, workspace, 12 -bind = $mainMod, F1, workspace, 13 +bind = $mainMod, 1, exec, try_swap_workspace 1 +bind = $mainMod, 2, exec, try_swap_workspace 2 +bind = $mainMod, 3, exec, try_swap_workspace 3 +bind = $mainMod, 4, exec, try_swap_workspace 4 +bind = $mainMod, 5, exec, try_swap_workspace 5 +bind = $mainMod, 6, exec, try_swap_workspace 6 +bind = $mainMod, 7, exec, try_swap_workspace 7 +bind = $mainMod, 8, exec, try_swap_workspace 8 +bind = $mainMod, 9, exec, try_swap_workspace 9 +bind = $mainMod, 0, exec, try_swap_workspace 10 +bind = $mainMod, minus, exec, try_swap_workspace 11 +bind = $mainMod, equal, exec, try_swap_workspace 12 +bind = $mainMod, F1, exec, try_swap_workspace 13 bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1 bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2 @@ -69,3 +70,5 @@ bind = $mainMod SHIFT, F1, movetoworkspacesilent, 13 bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow + +# vim: ft=hyprlang diff --git a/laptop/configs/hypr/hyprland.conf b/laptop/configs/hypr/.config/hypr/hyprland.conf similarity index 78% rename from laptop/configs/hypr/hyprland.conf rename to laptop/configs/hypr/.config/hypr/hyprland.conf index d4cea11..d80645e 100644 --- a/laptop/configs/hypr/hyprland.conf +++ b/laptop/configs/hypr/.config/hypr/hyprland.conf @@ -1,9 +1,11 @@ # jab monitor=LVDS-1, 1366x768, auto, 1 +monitor=HDMI-A-1, 2560x1080, 0x0, 1 source = ~/.config/hypr/init.conf env = XCURSOR_SIZE,18 env = QT_QPA_PLATOFORMTHEME=qt5ct +env = QT_STYLE_OVERRIDE=kvantum source = ~/.config/hypr/settings.conf diff --git a/laptop/configs/hypr/init.conf b/laptop/configs/hypr/.config/hypr/init.conf similarity index 93% rename from laptop/configs/hypr/init.conf rename to laptop/configs/hypr/.config/hypr/init.conf index d47e410..cd621d5 100644 --- a/laptop/configs/hypr/init.conf +++ b/laptop/configs/hypr/.config/hypr/init.conf @@ -6,9 +6,9 @@ exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 & exec-once = gsettings set org.gnome.desktop.interface icon-theme Win10Sur-black-dark & gsettings set org.gnome.desktop.interface gtk-theme Numix-BLACK-Pomegranate & gsettings set org.gnome.desktop.interface cursor-theme Simp1e exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = rm -rf ~/tmp/* -exec-once = waybar & +exec-once = ags & exec-once = syncthing --no-browser & exec-once = xremap ~/.config/xremap/config.yml exec-once = nm-applet & -exec-once = emacs --daemon +exec-once = emacs --daemon & exec = ~/scripts/hypr.sh diff --git a/laptop/configs/hypr/rules.conf b/laptop/configs/hypr/.config/hypr/rules.conf similarity index 100% rename from laptop/configs/hypr/rules.conf rename to laptop/configs/hypr/.config/hypr/rules.conf diff --git a/laptop/configs/hypr/.config/hypr/settings.conf b/laptop/configs/hypr/.config/hypr/settings.conf new file mode 100644 index 0000000..bd6b62c --- /dev/null +++ b/laptop/configs/hypr/.config/hypr/settings.conf @@ -0,0 +1,100 @@ +input { + kb_layout = br + kb_variant = abnt2 + kb_options = ctrl:nocaps + kb_model = + kb_rules = + + follow_mouse = 1 + + touchpad { + natural_scroll = no + } + + sensitivity = -0.3 +} + + +device { + name = logotech-gaming-keyboard + kb_layout = br,br + kb_variant = abnt2,dvorak + kb_options = ctrl:nocaps +} +general { + gaps_in = 7 + gaps_out = 7 + border_size = 2 + col.inactive_border = rgba(595959aa) + col.active_border = rgb(ccc04c) rgb(ccb901) + no_cursor_warps = false + layout = master +} + +decoration { + rounding = 10 + + blur { + enabled = true + size = 4 + passes = 2 + } + + drop_shadow = yes + shadow_range = 4 + shadow_render_power = 3 + col.shadow = rgba(1a1a1aee) +} + +animations { + enabled = false + + bezier = linear, 0, 0, 1, 1 + bezier = md3_standard, 0.2, 0, 0, 1 + bezier = md3_decel, 0.05, 0.7, 0.1, 1 + bezier = md3_accel, 0.3, 0, 0.8, 0.15 + bezier = overshot, 0.05, 0.9, 0.1, 1.1 + bezier = crazyshot, 0.1, 1.5, 0.76, 0.92 + bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0 + bezier = menu_decel, 0.1, 1, 0, 1 + bezier = menu_accel, 0.38, 0.04, 1, 0.07 + bezier = easeInOutCirc, 0.85, 0, 0.15, 1 + bezier = easeOutCirc, 0, 0.55, 0.45, 1 + bezier = easeOutExpo, 0.16, 1, 0.3, 1 + bezier = softAcDecel, 0.26, 0.26, 0.15, 1 + bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration + animation = windows, 1, 3, md3_decel, popin 60% + animation = windowsIn, 1, 3, md3_decel, popin 60% + animation = windowsOut, 1, 3, md3_accel, popin 60% + animation = border, 1, 10, default + animation = fade, 1, 3, md3_decel + animation = layersIn, 1, 3, menu_decel, slide + animation = layersOut, 1, 1.6, menu_accel + animation = fadeLayersIn, 1, 2, menu_decel + animation = fadeLayersOut, 1, 4.5, menu_accel + animation = workspaces, 1, 7, menu_decel, slide + animation = specialWorkspace, 1, 3, md3_decel, slidevert +} + +master { + new_is_master = false + allow_small_split = true + mfact = 0.5 +} + +gestures { + workspace_swipe = true + workspace_swipe_fingers = 3 +} + +misc { + mouse_move_enables_dpms = true + key_press_enables_dpms = true + enable_swallow = true + disable_hyprland_logo = true + focus_on_activate = false +} + +binds { + workspace_back_and_forth = true +} diff --git a/laptop/configs/hypr/settings.conf b/laptop/configs/hypr/settings.conf deleted file mode 100644 index 8e739b1..0000000 --- a/laptop/configs/hypr/settings.conf +++ /dev/null @@ -1,88 +0,0 @@ -input { - kb_layout = br - kb_variant = abnt2 - kb_options = ctrl:nocaps - kb_model = - kb_rules = - - follow_mouse = 1 - - touchpad { - natural_scroll = no - } - - sensitivity = -0.3 # -1.0 - 1.0, 0 means no modification. -} - -general { - gaps_in = 5 - gaps_out = 5 - border_size = 2 - # col.active_border = rgba(ff0038ee) rgba(33e2c5ee) 45deg - # col.inactive_border = rgba(595959aa) - no_cursor_warps = false - layout = master -} - -decoration { - rounding = 10 - - blur { - enabled = true - size = 3 - passes = 2 - } - - drop_shadow = yes - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) -} - -animations { - enabled = true - - bezier = myBezier, 0.05, 1.2, 0.1, 1.05 - - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default -} - -master { - new_is_master = false - allow_small_split = true - mfact = 0.5 -} - -gestures { - workspace_swipe = true - workspace_swipe_fingers = 3 -} - -misc { - mouse_move_enables_dpms = true - key_press_enables_dpms = true - enable_swallow = true - disable_hyprland_logo = true - focus_on_activate = false -} - -binds { - workspace_back_and_forth = true -} - -plugin { - hyprbars { - # example config - bar_height = 20 - - # example buttons (R -> L) - # hyprbars-button = color, size, on-click - hyprbars-button = rgb(ff4040), 10, 󰖭, hyprctl dispatch killactive - hyprbars-button = rgb(eeee11), 10, , hyprctl dispatch fullscreen 1 - } -} diff --git a/laptop/configs/neofetch/assets/ascii.txt b/laptop/configs/neofetch/.config/neofetch/assets/ascii.txt similarity index 100% rename from laptop/configs/neofetch/assets/ascii.txt rename to laptop/configs/neofetch/.config/neofetch/assets/ascii.txt diff --git a/laptop/configs/neofetch/assets/images/badge.svg b/laptop/configs/neofetch/.config/neofetch/assets/images/badge.svg similarity index 100% rename from laptop/configs/neofetch/assets/images/badge.svg rename to laptop/configs/neofetch/.config/neofetch/assets/images/badge.svg diff --git a/laptop/configs/neofetch/assets/images/bar_bottom.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_bottom.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_bottom.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_bottom.png diff --git a/laptop/configs/neofetch/assets/images/bar_charging.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_charging.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_charging.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_charging.png diff --git a/laptop/configs/neofetch/assets/images/bar_critical.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_critical.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_critical.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_critical.png diff --git a/laptop/configs/neofetch/assets/images/bar_disabled.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_disabled.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_disabled.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_disabled.png diff --git a/laptop/configs/neofetch/assets/images/bar_discharge.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_discharge.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_discharge.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_discharge.png diff --git a/laptop/configs/neofetch/assets/images/bar_empty.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_empty.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_empty.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_empty.png diff --git a/laptop/configs/neofetch/assets/images/bar_error.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_error.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_error.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_error.png diff --git a/laptop/configs/neofetch/assets/images/bar_full.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_full.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_full.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_full.png diff --git a/laptop/configs/neofetch/assets/images/bar_low.png b/laptop/configs/neofetch/.config/neofetch/assets/images/bar_low.png similarity index 100% rename from laptop/configs/neofetch/assets/images/bar_low.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/bar_low.png diff --git a/laptop/configs/neofetch/assets/images/example.png b/laptop/configs/neofetch/.config/neofetch/assets/images/example.png similarity index 100% rename from laptop/configs/neofetch/assets/images/example.png rename to laptop/configs/neofetch/.config/neofetch/assets/images/example.png diff --git a/laptop/configs/neofetch/config.conf b/laptop/configs/neofetch/.config/neofetch/config.conf similarity index 98% rename from laptop/configs/neofetch/config.conf rename to laptop/configs/neofetch/.config/neofetch/config.conf index c011a48..25065ba 100644 --- a/laptop/configs/neofetch/config.conf +++ b/laptop/configs/neofetch/.config/neofetch/config.conf @@ -30,7 +30,7 @@ separator="\n" #uptime_shorthand="tiny" ascii_bold="off" image_backend="iterm2" -image_source="$HOME/pics/ranni.jpg" +image_source="$HOME/pics/mono.jpg" image_size="300px" image_loop="off" diff --git a/laptop/configs/tmux/.config/tmux/plugins/tmux-plugin-playerctl b/laptop/configs/tmux/.config/tmux/plugins/tmux-plugin-playerctl new file mode 160000 index 0000000..5e99e7f --- /dev/null +++ b/laptop/configs/tmux/.config/tmux/plugins/tmux-plugin-playerctl @@ -0,0 +1 @@ +Subproject commit 5e99e7f28bdc151314ef85266c24947116115538 diff --git a/laptop/configs/tmux/.config/tmux/plugins/tpm b/laptop/configs/tmux/.config/tmux/plugins/tpm new file mode 160000 index 0000000..fc412cb --- /dev/null +++ b/laptop/configs/tmux/.config/tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit fc412cbdf765175ea9f3380db6b9e1b1603a68a7 diff --git a/laptop/configs/tmux/.config/tmux/theme.conf b/laptop/configs/tmux/.config/tmux/theme.conf new file mode 120000 index 0000000..e8f33ec --- /dev/null +++ b/laptop/configs/tmux/.config/tmux/theme.conf @@ -0,0 +1 @@ +/home/lucas/.config/tmux/tmux-monochrome.conf \ No newline at end of file diff --git a/laptop/configs/tmux/tmux-black.conf b/laptop/configs/tmux/.config/tmux/tmux-black.conf similarity index 100% rename from laptop/configs/tmux/tmux-black.conf rename to laptop/configs/tmux/.config/tmux/tmux-black.conf diff --git a/laptop/configs/tmux/tmux-melange.conf b/laptop/configs/tmux/.config/tmux/tmux-melange.conf similarity index 100% rename from laptop/configs/tmux/tmux-melange.conf rename to laptop/configs/tmux/.config/tmux/tmux-melange.conf diff --git a/laptop/configs/tmux/tmux-monochrome.conf b/laptop/configs/tmux/.config/tmux/tmux-monochrome.conf similarity index 100% rename from laptop/configs/tmux/tmux-monochrome.conf rename to laptop/configs/tmux/.config/tmux/tmux-monochrome.conf diff --git a/laptop/configs/tmux/tmux-red.conf b/laptop/configs/tmux/.config/tmux/tmux-red.conf similarity index 100% rename from laptop/configs/tmux/tmux-red.conf rename to laptop/configs/tmux/.config/tmux/tmux-red.conf diff --git a/laptop/configs/tmux/tmux-solarized.conf b/laptop/configs/tmux/.config/tmux/tmux-solarized.conf similarity index 100% rename from laptop/configs/tmux/tmux-solarized.conf rename to laptop/configs/tmux/.config/tmux/tmux-solarized.conf diff --git a/laptop/configs/tmux/tmux-white.conf b/laptop/configs/tmux/.config/tmux/tmux-white.conf similarity index 100% rename from laptop/configs/tmux/tmux-white.conf rename to laptop/configs/tmux/.config/tmux/tmux-white.conf diff --git a/laptop/configs/tmux/tmux.conf b/laptop/configs/tmux/.config/tmux/tmux.conf similarity index 100% rename from laptop/configs/tmux/tmux.conf rename to laptop/configs/tmux/.config/tmux/tmux.conf diff --git a/laptop/configs/tmux/theme.conf b/laptop/configs/tmux/theme.conf deleted file mode 120000 index 33a8146..0000000 --- a/laptop/configs/tmux/theme.conf +++ /dev/null @@ -1 +0,0 @@ -/home/lucas/.config/tmux/tmux-white.conf \ No newline at end of file diff --git a/laptop/configs/tofi/config b/laptop/configs/tofi/.config/tofi/config similarity index 100% rename from laptop/configs/tofi/config rename to laptop/configs/tofi/.config/tofi/config diff --git a/laptop/configs/tofi/monochrome.conf b/laptop/configs/tofi/.config/tofi/monochrome.conf similarity index 100% rename from laptop/configs/tofi/monochrome.conf rename to laptop/configs/tofi/.config/tofi/monochrome.conf diff --git a/laptop/configs/tofi/.config/tofi/theme.conf b/laptop/configs/tofi/.config/tofi/theme.conf new file mode 120000 index 0000000..85f5613 --- /dev/null +++ b/laptop/configs/tofi/.config/tofi/theme.conf @@ -0,0 +1 @@ +/home/lucas/.config/tofi/monochrome.conf \ No newline at end of file diff --git a/laptop/configs/tofi/white.conf b/laptop/configs/tofi/.config/tofi/white.conf similarity index 100% rename from laptop/configs/tofi/white.conf rename to laptop/configs/tofi/.config/tofi/white.conf diff --git a/laptop/configs/tofi/theme.conf b/laptop/configs/tofi/theme.conf deleted file mode 120000 index 95a66c3..0000000 --- a/laptop/configs/tofi/theme.conf +++ /dev/null @@ -1 +0,0 @@ -/home/lucas/.config/tofi/white.conf \ No newline at end of file diff --git a/laptop/configs/waybar/base16/base16-default-dark.css b/laptop/configs/waybar/.config/waybar/base16/base16-default-dark.css similarity index 100% rename from laptop/configs/waybar/base16/base16-default-dark.css rename to laptop/configs/waybar/.config/waybar/base16/base16-default-dark.css diff --git a/laptop/configs/waybar/config b/laptop/configs/waybar/.config/waybar/config similarity index 100% rename from laptop/configs/waybar/config rename to laptop/configs/waybar/.config/waybar/config diff --git a/laptop/configs/waybar/config-white.jsonc b/laptop/configs/waybar/.config/waybar/config-white.jsonc similarity index 100% rename from laptop/configs/waybar/config-white.jsonc rename to laptop/configs/waybar/.config/waybar/config-white.jsonc diff --git a/laptop/configs/waybar/state b/laptop/configs/waybar/.config/waybar/state similarity index 100% rename from laptop/configs/waybar/state rename to laptop/configs/waybar/.config/waybar/state diff --git a/laptop/configs/waybar/style-white.css b/laptop/configs/waybar/.config/waybar/style-white.css similarity index 95% rename from laptop/configs/waybar/style-white.css rename to laptop/configs/waybar/.config/waybar/style-white.css index 18e684d..3d07e67 100644 --- a/laptop/configs/waybar/style-white.css +++ b/laptop/configs/waybar/.config/waybar/style-white.css @@ -93,8 +93,7 @@ tooltip label { /* color: #f7f7f9; */ font-weight: bold; /* color: rgba(128, 142, 194, 0.8); */ - /* color: #53586c; */ - color: #ececf1; + color: #53586c; background: transparent; } @@ -113,10 +112,6 @@ tooltip label { margin-right: 0px; } -#battery.warning { - color: #ffffff; -} - #battery.critical { color: #e0589a; } diff --git a/laptop/configs/waybar/style.css b/laptop/configs/waybar/.config/waybar/style.css similarity index 100% rename from laptop/configs/waybar/style.css rename to laptop/configs/waybar/.config/waybar/style.css diff --git a/laptop/configs/wezterm/colors/Flexoki Dark.toml b/laptop/configs/wezterm/.config/wezterm/colors/Flexoki Dark.toml similarity index 100% rename from laptop/configs/wezterm/colors/Flexoki Dark.toml rename to laptop/configs/wezterm/.config/wezterm/colors/Flexoki Dark.toml diff --git a/laptop/configs/wezterm/colors/Flexoki Light.toml b/laptop/configs/wezterm/.config/wezterm/colors/Flexoki Light.toml similarity index 100% rename from laptop/configs/wezterm/colors/Flexoki Light.toml rename to laptop/configs/wezterm/.config/wezterm/colors/Flexoki Light.toml diff --git a/laptop/configs/wezterm/colors/melange_light.toml b/laptop/configs/wezterm/.config/wezterm/colors/melange_light.toml similarity index 100% rename from laptop/configs/wezterm/colors/melange_light.toml rename to laptop/configs/wezterm/.config/wezterm/colors/melange_light.toml diff --git a/laptop/configs/wezterm/colors/monochrome_glorb.toml b/laptop/configs/wezterm/.config/wezterm/colors/monochrome_glorb.toml similarity index 100% rename from laptop/configs/wezterm/colors/monochrome_glorb.toml rename to laptop/configs/wezterm/.config/wezterm/colors/monochrome_glorb.toml diff --git a/laptop/configs/wezterm/wezterm.lua b/laptop/configs/wezterm/.config/wezterm/wezterm.lua similarity index 97% rename from laptop/configs/wezterm/wezterm.lua rename to laptop/configs/wezterm/.config/wezterm/wezterm.lua index 83bf971..9223729 100644 --- a/laptop/configs/wezterm/wezterm.lua +++ b/laptop/configs/wezterm/.config/wezterm/wezterm.lua @@ -56,7 +56,7 @@ return { default_cursor_style = "BlinkingUnderline", -- X11 - enable_wayland = false, + enable_wayland = true, -- Keybinds disable_default_key_bindings = true, @@ -108,5 +108,5 @@ return { color_scheme_dirs = { "~/.config/wezterm/colors" }, - color_scheme = "catppuccin-latte" + color_scheme = "monochrome_glorb" } diff --git a/laptop/configs/zathura/zathurarc b/laptop/configs/zathura/.config/zathura/zathurarc similarity index 100% rename from laptop/configs/zathura/zathurarc rename to laptop/configs/zathura/.config/zathura/zathurarc