Compare commits
4 commits
d873883170
...
0375e85d8c
Author | SHA1 | Date | |
---|---|---|---|
|
0375e85d8c | ||
|
c16d765cf3 | ||
|
43815d9a82 | ||
|
832527fe94 |
7 changed files with 45 additions and 31 deletions
|
@ -106,13 +106,14 @@ cursor {
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 4
|
||||||
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
|
||||||
|
@ -197,16 +198,21 @@ 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 = false
|
workspace_swipe = true
|
||||||
|
workspace_swipe_invert = false
|
||||||
|
workspace_swipe_direction_lock = false
|
||||||
|
workspace_swipe_forever = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
|
@ -297,10 +303,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, vol --up
|
bindle=, XF86AudioRaiseVolume, exec, ~/.bin/vol --up
|
||||||
bindle=, XF86AudioLowerVolume, exec, vol --down
|
bindle=, XF86AudioLowerVolume, exec, ~/.bin/vol --down
|
||||||
bindle=, XF86MonBrightnessUp, exec, bri --up
|
bindle=, XF86MonBrightnessUp, exec, ~/.bin/bri --up
|
||||||
bindle=, XF86MonBrightnessDown, exec, bri --down
|
bindle=, XF86MonBrightnessDown, exec, ~/.bin/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 = ~/Pictures/Wallpaper/outerwilds.webp
|
preload = ~/Media/Images/andromeda.jpg
|
||||||
wallpaper = , ~/Pictures/Wallpaper/outerwilds.webp
|
wallpaper = , ~/Media/Images/andromeda.jpg
|
||||||
|
|
|
@ -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.985
|
background_opacity 0.87
|
||||||
|
|
||||||
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 home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc
|
ln -s ~/Dev/dotfiles/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 home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc
|
ln -s ~/Dev/dotfiles/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 home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf
|
ln -s ~/Dev/dotfiles/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 home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf
|
ln -s ~/Dev/dotfiles/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 home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
|
ln -s ~/Dev/dotfiles/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 home/.config/nvim/init.vim ~/.config/nvim/init.vim
|
ln -s ~/Dev/dotfiles/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 home/.config/picom/picom.conf ~/.config/picom/picom.conf
|
ln -s ~/Dev/dotfiles/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 home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc
|
ln -s ~/Dev/dotfiles/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 home/.config/waybar/style.css ~/.config/waybar/style.css
|
ln -s ~/Dev/dotfiles/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 home/.config/wofi/style.css ~/.config/wofi/style.css
|
ln -s ~/Dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css
|
||||||
|
|
||||||
mv ~/.Xresources ~/.Xresources.pop.bak
|
mv ~/.Xresources ~/.Xresources.pop.bak
|
||||||
ln -s home/.Xresources ~/.Xresources
|
ln -s ~/Dev/dotfiles/home/.Xresources ~/.Xresources
|
||||||
mv ~/.xinitrc ~/.xinitrc.pop.bak
|
mv ~/.xinitrc ~/.xinitrc.pop.bak
|
||||||
ln -s home/.xinitrc ~/.xinitrc
|
ln -s ~/Dev/dotfiles/home/.xinitrc ~/.xinitrc
|
||||||
mv ~/.zshrc ~/.zshrc.pop.bak
|
mv ~/.zshrc ~/.zshrc.pop.bak
|
||||||
ln -s home/.zshrc ~/.zshrc
|
ln -s ~/Dev/dotfiles/home/.zshrc ~/.zshrc
|
||||||
|
|
6
root/entries_arch.conf
Executable file
6
root/entries_arch.conf
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
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
Normal file
2
todo.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
include ~/.bin
|
||||||
|
make sure populate.sh doesnt overwrite old backups when it uses mv...
|
Loading…
Reference in a new issue