mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 13:00:38 -04:00
laptop branch
This commit is contained in:
parent
224ebe1818
commit
75bb4930ee
2 changed files with 13 additions and 27 deletions
|
@ -10,25 +10,12 @@ source = ~/.cache/wal/colors-hyprland.conf
|
|||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#monitor = ,preferred,auto,1
|
||||
|
||||
#Desktop
|
||||
monitor = DP-1, 1920x1080@100, 0x250, 1
|
||||
monitor = DP-2, 1920x1080@100, auto, 1
|
||||
monitor = DP-2, transform, 3
|
||||
workspace = 1, persistent:true,monitor:DP-1,default:true
|
||||
workspace = 2, persistent:true,monitor:DP-1
|
||||
workspace = 3, persistent:true,monitor:DP-1
|
||||
workspace = 4, persistent:true,monitor:DP-1
|
||||
workspace = 5, persistent:true,monitor:DP-1
|
||||
workspace = 6, persistent:true,monitor:DP-2
|
||||
workspace = 7, persistent:true,monitor:DP-2
|
||||
workspace = 8, persistent:true,monitor:DP-2
|
||||
workspace = 9, persistent:true,monitor:DP-2
|
||||
workspace = 0, persistent:true,monitor:DP-2
|
||||
|
||||
# Laptop
|
||||
# monitor = eDP-1, 1920x1080@144, auto, 1
|
||||
# workspace = eDP-1,1
|
||||
|
||||
monitor = eDP-1, 1920x1080@144, 0x0,
|
||||
workspace = 1, persistent:true,monitor:eDP-1,default:true
|
||||
workspace = 2, persistent:true,monitor:eDP-1
|
||||
workspace = 3, persistent:true,monitor:eDP-1
|
||||
workspace = 4, persistent:true,monitor:eDP-1
|
||||
workspace = 5, persistent:true,monitor:eDP-1
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
|
@ -37,13 +24,6 @@ workspace = 0, persistent:true,monitor:DP-2
|
|||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = rofi -show drun
|
||||
$browser = firefox
|
||||
$discord = discord # --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,Oxygen-35-Black-Ghost
|
||||
|
@ -127,4 +107,3 @@ source = ~/.config/hypr/keybindings.conf
|
|||
source = ~/.config/hypr/windowrule.conf
|
||||
source = ~/.config/hypr/animations.conf
|
||||
source = ~/.config/hypr/exec.conf
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = rofi -show drun
|
||||
$browser = firefox
|
||||
$discord = discord
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue