edit M1Pro waybar and hyprland configs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Monitors
|
||||
monitor = eDP-1,preferred,auto,auto # Laptop Display
|
||||
monitor = eDP-1,preferred,auto,1.6 # Laptop Display
|
||||
|
||||
# StartUp
|
||||
source = ~/.config/hypr/startup.conf
|
||||
@@ -36,13 +36,15 @@ general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
# col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
# col.inactive_border = rgba(595959aa)
|
||||
col.active_border = rgb(EBDBB2)
|
||||
col.inactive_border = rgba(31313600)
|
||||
layout = dwindle
|
||||
allow_tearing = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
decoration {
|
||||
active_opacity = 1
|
||||
inactive_opacity = 0.7
|
||||
rounding = 10
|
||||
@@ -94,7 +96,7 @@ device {
|
||||
$lock = swaylock -f --color 1e1e2eFF
|
||||
exec-once = swayidle -w timeout 300 '$lock' timeout 300 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock'
|
||||
$mainMod = SUPER
|
||||
$terminal = alacritty # kitty, foot, wezterm
|
||||
$terminal = kitty # alacritty , foot, wezterm
|
||||
$fileManager = thunar # dolphin, nautilus
|
||||
$menu = wofi --show drun
|
||||
$lock = swaylock
|
||||
@@ -105,7 +107,7 @@ bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod SHIFT, R, exec, hyprctl reload
|
||||
bind = $mainMod, Return, exec, alacritty
|
||||
bind = $mainMod, Return, exec, $terminal
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, D, exec, wofi --show drun
|
||||
bind = $mainMod SHIFT, F, togglefloating
|
||||
|
||||
Reference in New Issue
Block a user