Fixed broken hyprland config, removed optional packages from core.pkgs and added less to the dev tools
This commit is contained in:
parent
d231c02fe9
commit
cc7b5ed172
5 changed files with 6 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
||||||
source = ~/.config/hypr/config/colors.conf
|
source = ~/.config/hypr/config/default/colors.conf
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
|
|
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
# They'll automatically override the default ones
|
# They'll automatically override the default ones
|
||||||
|
|
||||||
# Default settings
|
# Default settings
|
||||||
source = ~/.config/hypr/config/default/monitors.conf
|
source = ~/.config/hypr/config/monitors/default.conf
|
||||||
source = ~/.config/hypr/config/default/environment.conf
|
source = ~/.config/hypr/config/default/environment.conf
|
||||||
source = ~/.config/hypr/config/default/input.conf
|
source = ~/.config/hypr/config/default/input.conf
|
||||||
source = ~/.config/hypr/config/default/kb_layouts/fr.conf
|
source = ~/.config/hypr/config/default/kb_layouts/us.conf
|
||||||
source = ~/.config/hypr/config/default/appearance.conf
|
source = ~/.config/hypr/config/default/appearance.conf
|
||||||
|
|
||||||
# Hyprland plugins
|
# Hyprland plugins
|
||||||
|
|
|
||||||
|
|
@ -86,9 +86,9 @@ alias icat='kitten icat'
|
||||||
alias power-draw="cat /sys/class/power_supply/BAT1/current_now /sys/class/power_supply/BAT1/voltage_now | xargs | awk '{print \$1*\$2/1e12 \" W\"}\'"
|
alias power-draw="cat /sys/class/power_supply/BAT1/current_now /sys/class/power_supply/BAT1/voltage_now | xargs | awk '{print \$1*\$2/1e12 \" W\"}\'"
|
||||||
alias battery='cat /sys/class/power_supply/BAT1/capacity'
|
alias battery='cat /sys/class/power_supply/BAT1/capacity'
|
||||||
# Override some default commands with more practical alternatives
|
# Override some default commands with more practical alternatives
|
||||||
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes --sort=modified'
|
alias ls='eza --icons=auto --tree --level=1 --follow-symlinks --no-quotes --sort=modified'
|
||||||
alias lsa='ls -a'
|
alias lsa='ls -a'
|
||||||
alias lsl='eza --icons=automatic --long --header --group -M --sort=modified'
|
alias lsl='eza --icons=auto --long --header --group -M --sort=modified'
|
||||||
alias tree='ls --level=3'
|
alias tree='ls --level=3'
|
||||||
# Keep default commands accessible
|
# Keep default commands accessible
|
||||||
alias lsd='/usr/bin/ls --color'
|
alias lsd='/usr/bin/ls --color'
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ fzf
|
||||||
git
|
git
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
helix
|
helix
|
||||||
|
less
|
||||||
openssh
|
openssh
|
||||||
wget
|
wget
|
||||||
zoxide
|
zoxide
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
apparmor
|
|
||||||
efibootmgr
|
efibootmgr
|
||||||
grub
|
grub
|
||||||
htop
|
htop
|
||||||
|
|
@ -11,7 +10,5 @@ os-prober
|
||||||
sof-firmware
|
sof-firmware
|
||||||
stow
|
stow
|
||||||
sudo
|
sudo
|
||||||
ufw
|
|
||||||
vim
|
vim
|
||||||
zram-generator
|
|
||||||
zsh
|
zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue