move laptop to gnu stow as well
1
.gitignore
vendored
@ -48,3 +48,4 @@ luac.out
|
|||||||
node_modules/
|
node_modules/
|
||||||
xmonad.log
|
xmonad.log
|
||||||
.stack-work/
|
.stack-work/
|
||||||
|
plugins/
|
||||||
|
@ -7,8 +7,7 @@ binde = , XF86MonBrightnessUp, exec, brightnessctl s +5%
|
|||||||
binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%-
|
||||||
|
|
||||||
# app bindings
|
# app bindings
|
||||||
bind = $mainMod, Return, exec, ~/.local/bin/wezterm
|
bind = $mainMod, Return, exec, wezterm
|
||||||
bind = $mainMod CONTROL, Return, exec, kitty
|
|
||||||
bind = $mainMod, E, exec, thunar
|
bind = $mainMod, E, exec, thunar
|
||||||
bind = $mainMod SHIFT, Return, exec, tofi-drun
|
bind = $mainMod SHIFT, Return, exec, tofi-drun
|
||||||
bind = , Home, exec, ~/scripts/way-print.sh p
|
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 SHIFT, Home, exec, ~/scripts/way-print.sh t
|
||||||
bind = CONTROL, Home, exec, ~/scripts/way-print.sh m
|
bind = CONTROL, Home, exec, ~/scripts/way-print.sh m
|
||||||
bind = $mainMod, b, exec, firefox
|
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
|
# window control
|
||||||
bind = $mainMod SHIFT, C, killactive,
|
bind = $mainMod SHIFT, C, killactive,
|
||||||
@ -39,19 +40,19 @@ bind = $mainMod, K, layoutmsg, cycleprev
|
|||||||
bind = $mainMod, N, layoutmsg, orientationnext
|
bind = $mainMod, N, layoutmsg, orientationnext
|
||||||
|
|
||||||
# workspace control
|
# workspace control
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, exec, try_swap_workspace 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, exec, try_swap_workspace 2
|
||||||
bind = $mainMod, 3, workspace, 3
|
bind = $mainMod, 3, exec, try_swap_workspace 3
|
||||||
bind = $mainMod, 4, workspace, 4
|
bind = $mainMod, 4, exec, try_swap_workspace 4
|
||||||
bind = $mainMod, 5, workspace, 5
|
bind = $mainMod, 5, exec, try_swap_workspace 5
|
||||||
bind = $mainMod, 6, workspace, 6
|
bind = $mainMod, 6, exec, try_swap_workspace 6
|
||||||
bind = $mainMod, 7, workspace, 7
|
bind = $mainMod, 7, exec, try_swap_workspace 7
|
||||||
bind = $mainMod, 8, workspace, 8
|
bind = $mainMod, 8, exec, try_swap_workspace 8
|
||||||
bind = $mainMod, 9, workspace, 9
|
bind = $mainMod, 9, exec, try_swap_workspace 9
|
||||||
bind = $mainMod, 0, workspace, 10
|
bind = $mainMod, 0, exec, try_swap_workspace 10
|
||||||
bind = $mainMod, minus, workspace, 11
|
bind = $mainMod, minus, exec, try_swap_workspace 11
|
||||||
bind = $mainMod, equal, workspace, 12
|
bind = $mainMod, equal, exec, try_swap_workspace 12
|
||||||
bind = $mainMod, F1, workspace, 13
|
bind = $mainMod, F1, exec, try_swap_workspace 13
|
||||||
|
|
||||||
bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1
|
bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1
|
||||||
bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2
|
bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2
|
||||||
@ -69,3 +70,5 @@ bind = $mainMod SHIFT, F1, movetoworkspacesilent, 13
|
|||||||
|
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
|
# vim: ft=hyprlang
|
@ -1,9 +1,11 @@
|
|||||||
# jab
|
# jab
|
||||||
monitor=LVDS-1, 1366x768, auto, 1
|
monitor=LVDS-1, 1366x768, auto, 1
|
||||||
|
monitor=HDMI-A-1, 2560x1080, 0x0, 1
|
||||||
source = ~/.config/hypr/init.conf
|
source = ~/.config/hypr/init.conf
|
||||||
|
|
||||||
env = XCURSOR_SIZE,18
|
env = XCURSOR_SIZE,18
|
||||||
env = QT_QPA_PLATOFORMTHEME=qt5ct
|
env = QT_QPA_PLATOFORMTHEME=qt5ct
|
||||||
|
env = QT_STYLE_OVERRIDE=kvantum
|
||||||
|
|
||||||
source = ~/.config/hypr/settings.conf
|
source = ~/.config/hypr/settings.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 = 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 = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = rm -rf ~/tmp/*
|
exec-once = rm -rf ~/tmp/*
|
||||||
exec-once = waybar &
|
exec-once = ags &
|
||||||
exec-once = syncthing --no-browser &
|
exec-once = syncthing --no-browser &
|
||||||
exec-once = xremap ~/.config/xremap/config.yml
|
exec-once = xremap ~/.config/xremap/config.yml
|
||||||
exec-once = nm-applet &
|
exec-once = nm-applet &
|
||||||
exec-once = emacs --daemon
|
exec-once = emacs --daemon &
|
||||||
exec = ~/scripts/hypr.sh
|
exec = ~/scripts/hypr.sh
|
100
laptop/configs/hypr/.config/hypr/settings.conf
Normal file
@ -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
|
||||||
|
}
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
@ -30,7 +30,7 @@ separator="\n"
|
|||||||
#uptime_shorthand="tiny"
|
#uptime_shorthand="tiny"
|
||||||
ascii_bold="off"
|
ascii_bold="off"
|
||||||
image_backend="iterm2"
|
image_backend="iterm2"
|
||||||
image_source="$HOME/pics/ranni.jpg"
|
image_source="$HOME/pics/mono.jpg"
|
||||||
image_size="300px"
|
image_size="300px"
|
||||||
image_loop="off"
|
image_loop="off"
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5e99e7f28bdc151314ef85266c24947116115538
|
1
laptop/configs/tmux/.config/tmux/plugins/tpm
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit fc412cbdf765175ea9f3380db6b9e1b1603a68a7
|
1
laptop/configs/tmux/.config/tmux/theme.conf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/lucas/.config/tmux/tmux-monochrome.conf
|
@ -1 +0,0 @@
|
|||||||
/home/lucas/.config/tmux/tmux-white.conf
|
|
1
laptop/configs/tofi/.config/tofi/theme.conf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/lucas/.config/tofi/monochrome.conf
|
@ -1 +0,0 @@
|
|||||||
/home/lucas/.config/tofi/white.conf
|
|
@ -93,8 +93,7 @@ tooltip label {
|
|||||||
/* color: #f7f7f9; */
|
/* color: #f7f7f9; */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/* color: rgba(128, 142, 194, 0.8); */
|
/* color: rgba(128, 142, 194, 0.8); */
|
||||||
/* color: #53586c; */
|
color: #53586c;
|
||||||
color: #ececf1;
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -113,10 +112,6 @@ tooltip label {
|
|||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning {
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.critical {
|
#battery.critical {
|
||||||
color: #e0589a;
|
color: #e0589a;
|
||||||
}
|
}
|
@ -56,7 +56,7 @@ return {
|
|||||||
default_cursor_style = "BlinkingUnderline",
|
default_cursor_style = "BlinkingUnderline",
|
||||||
|
|
||||||
-- X11
|
-- X11
|
||||||
enable_wayland = false,
|
enable_wayland = true,
|
||||||
|
|
||||||
-- Keybinds
|
-- Keybinds
|
||||||
disable_default_key_bindings = true,
|
disable_default_key_bindings = true,
|
||||||
@ -108,5 +108,5 @@ return {
|
|||||||
|
|
||||||
color_scheme_dirs = { "~/.config/wezterm/colors" },
|
color_scheme_dirs = { "~/.config/wezterm/colors" },
|
||||||
|
|
||||||
color_scheme = "catppuccin-latte"
|
color_scheme = "monochrome_glorb"
|
||||||
}
|
}
|