Compare commits
No commits in common. "0375e85d8c6677d078ba59512c7a7ee295eb5408" and "d873883170e5611418ccf254f9b35d688eb2df78" have entirely different histories.
0375e85d8c
...
d873883170
7 changed files with 31 additions and 45 deletions
|
@ -106,14 +106,13 @@ cursor {
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 4
|
gaps_in = 5
|
||||||
gaps_out = 10
|
gaps_out = 10
|
||||||
|
|
||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.active_border = rgba(d65d0eee) rgba(eb994944) 45deg
|
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||||
|
@ -198,21 +197,16 @@ input {
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
#sensitivity = -.76 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = -.76 # -1.0 - 1.0, 0 means no modification.
|
||||||
sensitivity = -.15 # -1.0 - 1.0, 0 means no modification.
|
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = false
|
||||||
clickfinger_behavior = true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
workspace_swipe = false
|
||||||
workspace_swipe_invert = false
|
|
||||||
workspace_swipe_direction_lock = false
|
|
||||||
workspace_swipe_forever = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
|
@ -303,10 +297,10 @@ bind = ALT, TAB, exec, hyprctl dispatch focuscurrentorlast
|
||||||
# Media keys - https://www.reddit.com/r/hyprland/comments/1707yb8/probably_a_stupid_question_how_do_i_get_my_media/
|
# Media keys - https://www.reddit.com/r/hyprland/comments/1707yb8/probably_a_stupid_question_how_do_i_get_my_media/
|
||||||
# l -> do stuff even when locked
|
# l -> do stuff even when locked
|
||||||
# e -> repeats when key is held
|
# e -> repeats when key is held
|
||||||
bindle=, XF86AudioRaiseVolume, exec, ~/.bin/vol --up
|
bindle=, XF86AudioRaiseVolume, exec, vol --up
|
||||||
bindle=, XF86AudioLowerVolume, exec, ~/.bin/vol --down
|
bindle=, XF86AudioLowerVolume, exec, vol --down
|
||||||
bindle=, XF86MonBrightnessUp, exec, ~/.bin/bri --up
|
bindle=, XF86MonBrightnessUp, exec, bri --up
|
||||||
bindle=, XF86MonBrightnessDown, exec, ~/.bin/bri --down
|
bindle=, XF86MonBrightnessDown, exec, bri --down
|
||||||
bindle=, XF86Search, exec, launchpad
|
bindle=, XF86Search, exec, launchpad
|
||||||
# bindl=, XF86AudioMute, exec, amixer set Master toggle
|
# bindl=, XF86AudioMute, exec, amixer set Master toggle
|
||||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#preload = /usr/share/hyprland/wall2.png
|
#preload = /usr/share/hyprland/wall2.png
|
||||||
# wallpaper = , /usr/share/hyprland/wall2.png
|
# wallpaper = , /usr/share/hyprland/wall2.png
|
||||||
preload = ~/Media/Images/andromeda.jpg
|
preload = ~/Pictures/Wallpaper/outerwilds.webp
|
||||||
wallpaper = , ~/Media/Images/andromeda.jpg
|
wallpaper = , ~/Pictures/Wallpaper/outerwilds.webp
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
include /usr/share/kitty/themes/gruvbox/gruvbox_dark_hard.conf
|
include /usr/share/kitty/themes/gruvbox/gruvbox_dark_hard.conf
|
||||||
|
|
||||||
background_opacity 0.87
|
background_opacity 0.985
|
||||||
|
|
||||||
font_family Hack
|
font_family Hack
|
||||||
italic_font auto
|
italic_font auto
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/.bin:$HOME/.local/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# Path to your Oh My Zsh installation.
|
# Path to your Oh My Zsh installation.
|
||||||
ZSH=/usr/share/oh-my-zsh/
|
ZSH=/usr/share/oh-my-zsh/
|
||||||
|
|
26
populate.sh
26
populate.sh
|
@ -2,36 +2,36 @@
|
||||||
|
|
||||||
# mv existing file on PC to .pop.bak, then ln -s new file to it
|
# mv existing file on PC to .pop.bak, then ln -s new file to it
|
||||||
mv ~/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc.pop.bak
|
mv ~/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
|
ln -s home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
|
||||||
mv ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.pop.bak
|
mv ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
|
ln -s home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
|
||||||
|
|
||||||
mv ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf.pop.bak
|
mv ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
ln -s home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
||||||
mv ~/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf.pop.bak
|
mv ~/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
|
ln -s home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
|
||||||
|
|
||||||
mv ~/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf.pop.bak
|
mv ~/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
ln -s home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
||||||
|
|
||||||
mv ~/.config/nvim/init.vim ~/.config/nvim/init.vim.pop.bak
|
mv ~/.config/nvim/init.vim ~/.config/nvim/init.vim.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/nvim/init.vim ~/.config/nvim/init.vim
|
ln -s home/.config/nvim/init.vim ~/.config/nvim/init.vim
|
||||||
|
|
||||||
mv ~/.config/picom/picom.conf ~/.config/picom/picom.conf.pop.bak
|
mv ~/.config/picom/picom.conf ~/.config/picom/picom.conf.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/picom/picom.conf ~/.config/picom/picom.conf
|
ln -s home/.config/picom/picom.conf ~/.config/picom/picom.conf
|
||||||
|
|
||||||
mv ~/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc.pop.bak
|
mv ~/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
|
ln -s home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
|
||||||
|
|
||||||
mv ~/.config/waybar/style.css ~/.config/waybar/style.css.pop.bak
|
mv ~/.config/waybar/style.css ~/.config/waybar/style.css.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/waybar/style.css ~/.config/waybar/style.css
|
ln -s home/.config/waybar/style.css ~/.config/waybar/style.css
|
||||||
|
|
||||||
mv ~/.config/wofi/style.css ~/.config/wofi/style.css.pop.bak
|
mv ~/.config/wofi/style.css ~/.config/wofi/style.css.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css
|
ln -s home/.config/wofi/style.css ~/.config/wofi/style.css
|
||||||
|
|
||||||
mv ~/.Xresources ~/.Xresources.pop.bak
|
mv ~/.Xresources ~/.Xresources.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.Xresources ~/.Xresources
|
ln -s home/.Xresources ~/.Xresources
|
||||||
mv ~/.xinitrc ~/.xinitrc.pop.bak
|
mv ~/.xinitrc ~/.xinitrc.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.xinitrc ~/.xinitrc
|
ln -s home/.xinitrc ~/.xinitrc
|
||||||
mv ~/.zshrc ~/.zshrc.pop.bak
|
mv ~/.zshrc ~/.zshrc.pop.bak
|
||||||
ln -s ~/Dev/dotfiles/home/.zshrc ~/.zshrc
|
ln -s home/.zshrc ~/.zshrc
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
title Arch Linux
|
|
||||||
linux /vmlinuz-linux
|
|
||||||
initrd /intel-ucode.img
|
|
||||||
initrd /initramfs-linux.img
|
|
||||||
|
|
||||||
options root=UUID=4fac8a20-ab51-4ba7-b4c2-4c5bf9b0f3d9 rw zswap.enabled=1 resume=PARTUUID=64abb814-c1d3-495a-a3a8-f4c510168b9a resume_offset=43464704
|
|
2
todo.md
2
todo.md
|
@ -1,2 +0,0 @@
|
||||||
include ~/.bin
|
|
||||||
make sure populate.sh doesnt overwrite old backups when it uses mv...
|
|
Loading…
Reference in a new issue