From 8ee217465562e6de5e4da8552305a8f1cfa549ea Mon Sep 17 00:00:00 2001 From: clxxiii Date: Fri, 1 Dec 2023 13:24:39 -0500 Subject: [PATCH] workspaces & card open --- hypr/hyprland.conf | 8 +++++--- hypr/monitors.conf | 3 +++ hypr/workspaces.conf | 0 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 hypr/monitors.conf create mode 100644 hypr/workspaces.conf diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 4c67851..21119ed 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -7,8 +7,8 @@ autogenerated = 0 # remove this line to remove the warning # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=eDP-1, preferred, 0x0, 1 -monitor=HDMI-A-1, 1920x1080@60, 1920x0, 1 +source = ~/.config/hypr/monitors.conf +source = ~/.config/hypr/workspaces.conf # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -16,7 +16,7 @@ monitor=HDMI-A-1, 1920x1080@60, 1920x0, 1 # Execute your favorite apps at launch exec-once = hyprpaper exec-once = eww-wayland open wayland -exec-once = ~/.config/eww/cards.sh +exec-once = ~/.config/eww/cards.sh open # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -125,6 +125,7 @@ windowrulev2 = opacity 0.9,class:alacritty windowrulev2 = opacity 0.9,class:obsidian windowrulev2 = opacity 0.9,class:Code windowrulev2 = opacity 0.8,class:neovide +windowrulev2 = opacity 0.8,class:Todoist windowrulev2 = opacity 0.8,class:chatterino # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more @@ -139,6 +140,7 @@ bind = ,Print, exec, grimblast copy area bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, E, exec, rofi -show p -modi 'p:~/.config/rofi/rofi-power-menu-hypr --choices shutdown/reboot/suspend/logout', bind = $mainMod SHIFT, SPACE, togglefloating, +bind = $mainMod SHIFT, D, exec, ~/.config/eww/cards.sh toggle # cards toggle bind = $mainMod, D, exec, rofi -show drun bind = $mainMod, E, togglesplit, # dwindle bind = $mainMod, Y, pseudo # dwindle diff --git a/hypr/monitors.conf b/hypr/monitors.conf new file mode 100644 index 0000000..90471f9 --- /dev/null +++ b/hypr/monitors.conf @@ -0,0 +1,3 @@ +# Generated by nwg-displays on 2023-11-17 at 15:12:04. Do not edit manually. + +monitor=eDP-1,1920x1080@60.004002,0x0,1.0 diff --git a/hypr/workspaces.conf b/hypr/workspaces.conf new file mode 100644 index 0000000..e69de29 -- 2.51.2