Reset dotfiles using stow

This commit is contained in:
Antoine Phan
2024-02-29 00:41:07 -05:00
parent 159066c9f1
commit b5ad2b6c39
26 changed files with 209 additions and 2477 deletions

View File

@@ -1,15 +1,19 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=eDP-1,1920x1080@60,auto,1
monitor=,highrr,auto,1
# https://wiki.hyprland.org/Configuring/Monitors\
monitor=eDP-1,1920x1080@60,0x0,1
# - Home monitor settings -
monitor=,1920x1080@144,auto,1
# monitor = , highres, 0x-1080, 1
# Enabling mirror
# monitor=HDMI-A-1, 1920x1080@60, 0x0, 1, mirror, eDP-1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch
exec-once = waybar
exec-once = hyprpaper
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
exec-once = ibus-daemon
# Set programs that you use
$terminal = alacritty
@@ -27,7 +31,8 @@ input {
kb_model =
kb_options =
kb_rules =
numlock_by_default = true
follow_mouse = 1
touchpad {
@@ -41,9 +46,9 @@ general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5
gaps_out = 20
gaps_out = 8
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.active_border = rgba(33ccffee) rgba(00ff99aa) 20deg
col.inactive_border = rgba(595959aa)
layout = dwindle
@@ -55,17 +60,15 @@ general {
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
rounding = 12
blur {
enabled = true
size = 3
size = 5
passes = 1
}
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
drop_shadow = no
col.shadow = rgba(1a1a1aee)
}
@@ -74,11 +77,12 @@ animations {
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = myBezier, 0.2, 0.87, 0.3, 1.0
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = border, 1, 7, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
@@ -118,7 +122,19 @@ device:epic-mouse-v1 {
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
windowrulev2 = nofullscreenrequest, class:*
# Floating windows by default
windowrule = float, Helvum
windowrulev2 = float, title:(Yoshimi)
windowrulev2 = float, title:(Bluetooth)
windowrulev2 = float, class:(pavucontrol)
windowrulev2 = float, title:(ViberPC)
# Tiling windows by force
windowrulev2 = tile, class:(Vivaldi), title:(Vivaldi)
windowrulev2 = tile, title:(WPS)
windowrulev2 = tile, title:(Wine)
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
@@ -126,7 +142,7 @@ $mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod_SHIFT, Q, killactive,
bind = $mainMod_SHIFT, M, exit,
bind = $mainMod_SHIFT, M, exit,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu
@@ -179,8 +195,12 @@ bind = $mainMod, G, togglespecialworkspace, magic
bind = $mainMod SHIFT, G, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, r+1
bind = $mainMod, mouse_up, workspace, r-1
bind = $mainMod, mouse_down, workspace, m-1
bind = $mainMod, mouse_up , workspace, m+1
# Scroll to create new workspace
bind = $mainMod SHIFT, mouse_down, workspace, r-1
bind = $mainMod SHIFT, mouse_up , workspace, r+1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
@@ -199,8 +219,8 @@ binde = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_SINK@ 6%-
binde = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
# Binding Brightness Controls
binde = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
binde = , XF86MonBrightnessDown, exec, brightnessctl set 8%-
binde = , XF86MonBrightnessUp, exec, brightnessctl set 3%+ -e -q
binde = , XF86MonBrightnessDown, exec, brightnessctl set 2%- -e -q
bind = $mainMod, Print, exec, gnome-screenshot -i
@@ -212,11 +232,11 @@ bind = $mainMod, L, exec, swaylock
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -t image/png
## Wholescreen, save to $HOME/Screenshots/
bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png
# NVIDIA
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = WLR_NO_HARDWARE_CURSORS,1
#env = LIBVA_DRIVER_NAME,nvidia
#env = XDG_SESSION_TYPE,wayland
#env = GBM_BACKEND,nvidia-drm
#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
#env = WLR_NO_HARDWARE_CURSORS,1