add accmeboot config and change a few things to adapt to my enviroment and liking, clean up M1Pro Hyprland config and follow MacAitT2 tree structure to keep stuff easier to follow and configure

This commit is contained in:
tonizz_m1pro
2024-04-27 17:00:04 -07:00
parent ed3db7dcbc
commit e937c8b255
14 changed files with 971 additions and 101 deletions

View File

@@ -0,0 +1,33 @@
# Variables
set $mod Mod4
set $left h
set $down j
set $up k
set $right l
set $term alacritty # kitty, wezterm, foot
set $menu wofi --show drun | xargs swaymsg exec --
# Wallpaper & Monitors
output * bg ~/pictures/wallpapers/mixed/angel_black.jpg fill
output edp-1 scale 1.5 resolution 2560x1600 position 0,0
# Styles
font pango:Iosevka Nerd Font 12
default_border none
default_floating_border none
# Binds
# Display brightness
bindsym XF86KbdBrightnessUp exec brightnessctl set 5%+
bindsym XF86KbdBrightnessDown exec brightnessctl set 5%-
# Volume Control
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
# Hides Waybar
bindsym mod1+Escape exec pkill -SIGUSR1 '^waybar$'
# Run capture.sh to take screenshot
bindsym $mod+Shift+T exec /home/tonizz/Documents/Customization/Screenshots/capture.sh