AGS, Hyprland, BTop, Fish, Alacritty, Yazi

Removed eww and added simple ags config
Removed kitty and added alacritty
Removed ranger  and added yazi
Added btop
Edited packages
Edited other configs
Removed waybar
This commit is contained in:
2024-03-26 01:28:40 +01:00
parent 3bdd0fc0ea
commit c53268e307
43 changed files with 584 additions and 4354 deletions

51
.config/hypr/hyprland.conf Executable file → Normal file
View File

@@ -1,24 +1,24 @@
## Environment
# Env
source = ~/.config/hypr/env.conf
# Nvidia
# source = ~/.config/hypr/nvidia.conf
## Keybinds
# Keybinds
source = ~/.config/hypr/keybinds.conf
## Monitors/Workspaces
# Monitors/Workspaces
source = ~/.config/hypr/windowrule.conf
## Startup
# Startup
source = ~/.config/hypr/startup.conf
## Input
# Devices
source = ~/.config/hypr/devices.conf
# Input
input {
kb_layout = de
kb_variant =
kb_model =
kb_options =
kb_rules =
numlock_by_default = 1
follow_mouse = 1
@@ -26,16 +26,12 @@ input {
touchpad {
natural_scroll = yes
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
## General
# General
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5
gaps_out = 5
gaps_in = 2
gaps_out = 2
border_size = 2
col.active_border = rgba(7dc4e4ee) rgba(7dc4e4ee) 45deg
col.inactive_border = rgba(595959aa)
@@ -43,10 +39,8 @@ general {
layout = dwindle
}
## Decoration
# Decoration
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 0
blur {
@@ -67,12 +61,10 @@ decoration {
col.shadow = rgba(1a1a1aee)
}
## Animations
# Animations
animations {
enabled = yes
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
@@ -83,29 +75,24 @@ animations {
animation = workspaces, 1, 6, default
}
## Dwindle
# Dwindle
dwindle {
pseudotile = yes
preserve_split = yes # you probably want thisr
preserve_split = yes
}
## Master
# Master
master {
new_is_master = true
}
## Gestures
# Gestures
gestures {
workspace_swipe = on
}
## Misc
# Misc
misc {
#mouse_move_enables_dpms = true
key_press_enables_dpms = true
}
## Devices
device:roccat-roccat-kone-emp-mouse {
sensitivity = 0.5
}