Better monitor layout

This commit is contained in:
2025-09-01 01:32:22 +02:00
parent 646b228582
commit 4bc39fe87a
3 changed files with 12 additions and 14 deletions

View File

@@ -5,8 +5,7 @@ monitor = , preferred, auto, 1, mirror, eDP-1
#######################################################################################
$terminal = alacritty
$explorer = dolphin --platformtheme kvantum
$menu = tofi-drun --terminal=kitty | sh # Need to use kitty here
$menu = tofi-drun --terminal=kitty | sh
#######################################################################################
@@ -28,10 +27,10 @@ workspace=2,monitor:HDMI-A-1
workspace=3,monitor:HDMI-A-1
workspace=4,monitor:HDMI-A-1
workspace=5,monitor:HDMI-A-1
workspace=6,monitor:HDMI-A-1
workspace=8,monitor:HDMI-A-1
workspace=6,monitor:HDMI-A-2
workspace=7,monitor:HDMI-A-2
workspace=8,monitor:HDMI-A-2
workspace=9,monitor:HDMI-A-2
workspace=0,monitor:HDMI-A-2
@@ -42,11 +41,10 @@ env = WLR_NO_HARDWARE_CURSORS,1
#######################################################################################
general {
gaps_in = 3
gaps_in = 0
gaps_out = 0
border_size = 1
#workspace_per_monitor = true
col.active_border = rgba(777777ee) rgba(777777ee)
col.active_border = rgba(999999ee) rgba(999999ee)
resize_on_border = false
}
@@ -70,14 +68,11 @@ $mainMod = SUPER
# Quick openers and default bindings
bind = $mainMod, Q, exec, $terminal
bind = $mainMod, C, killactive,
bind = $mainMod, U, killactive,
bind = $mainMod, B, exec, firefox
bind = $mainMod, R, exec, alacritty -e yazi
bind = $mainMod, V, exec, alacritty -e nvim
bind = $mainMod, M, exit,
bind = $mainMod, F, togglefloating,
bind = $mainMod, P, exec, $menu
bind = $mainMod, D, exec, $explorer # D for direcotry
# Some keybindings for screenshot and colorpicking
bind = , Print, exec, hyprshot -m region --clipboard-only
@@ -148,7 +143,7 @@ windowrulev2 = workspace 2, class:(org.gnome.Epiphany)
# PDFS (keep all the pdfs here)
windowrulev2 = workspace 3, class:(sioyek)
windowrulev2 = workspace 3, class:(zathura)
windowrulev2 = workspace 3, class:(org.pwmt.zathura)
# Having code here because it is also fast
windowrulev2 = workspace 4, class:(code)

View File

@@ -1,2 +1,5 @@
preload = /home/jonas/workspace/backg.jpg
wallpaper = ,/home/jonas/workspace/backg.jpg
preload = /home/jonas/workspace/backg3.jpg
wallpaper = HDMI-A-1,/home/jonas/workspace/backg.jpg
wallpaper = HDMI-A-2,/home/jonas/workspace/backg3.jpg

View File

@@ -6,7 +6,7 @@
window#waybar {
/* transparent background for the main bar */
background-color: rgba(0, 0, 0, 0);
background-color: rgba(70, 70, 70, 1);
color: #fbf1c7;
}