From 4e5a0c08b50d7e45b025cc4007497c0c638b06f5 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 4 Mar 2024 11:57:04 +0100 Subject: [PATCH] change warkspace order --- modules/home/hyprland/config.nix | 2 +- modules/home/waybar/settings.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 04bdc62..a866915 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -149,7 +149,7 @@ bind = $mainMod SHIFT, F, fullscreen, 1 bind = $mainMod, Space, togglefloating, bind = $mainMod, D, exec, pkill wofi || wofi --show drun - bind = $mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 3 silent] discord' + bind = $mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 4 silent] discord' bind = $mainMod SHIFT, S, exec, hyprctl dispatch exec '[workspace 5 silent] SoundWireServer' bind = $mainMod, Escape, exec, swaylock bind = $mainMod SHIFT, Escape, exec, shutdown-script diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 919fecd..500e050 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -37,8 +37,8 @@ format-icons= { "1"= "󰈹"; "2"= ""; - "3"= "󰙯"; - "4"= "󰘙"; + "3"= "󰘙"; + "4"= "󰙯"; "5"= ""; urgent= ""; default = "";