aboutsummaryrefslogtreecommitdiff
path: root/home-manager/wm
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2023-11-29 00:22:23 +0300
committerspl3g <spleefer6@yandex.ru>2023-11-29 00:22:23 +0300
commit2fcdab89e98354f5a69cfe1c3dfa23e9d04f60b8 (patch)
treef3a80376fddcf87c86c72a327ba4ba103900fd7b /home-manager/wm
parentddd3490dfb592417163e801994a60854dac135fe (diff)
update configs
Diffstat (limited to 'home-manager/wm')
-rw-r--r--home-manager/wm/hyprland/default.nix6
-rw-r--r--home-manager/wm/hyprland/hyprland.conf21
2 files changed, 4 insertions, 23 deletions
diff --git a/home-manager/wm/hyprland/default.nix b/home-manager/wm/hyprland/default.nix
index 3079faa..42e97a0 100644
--- a/home-manager/wm/hyprland/default.nix
+++ b/home-manager/wm/hyprland/default.nix
@@ -13,16 +13,10 @@ in
{
home.packages = with pkgs; [
swww
- eww-wayland
- socat
- inotify-tools
brightnessctl
- alsa-utils
slurp
grim
cliphist
- material-design-icons
- font-awesome
wtype
webcord
xdg-desktop-portal-hyprland
diff --git a/home-manager/wm/hyprland/hyprland.conf b/home-manager/wm/hyprland/hyprland.conf
index 7e3af43..4d4fc41 100644
--- a/home-manager/wm/hyprland/hyprland.conf
+++ b/home-manager/wm/hyprland/hyprland.conf
@@ -1,13 +1,4 @@
-# This is an example Hyprland config file.
-# Syntax is the same as in Hypr, but settings might differ.
-#
-# Refer to the wiki for more information.
-
-#
-# Please note not all available settings / options are set here.
-# For a full list, see the wiki (basic and advanced configuring)
-#
-
+blurls = ags
monitor = eDP-1,preferred,auto,1
monitor = ,highres,auto,1,mirror,eDP-1
@@ -115,9 +106,8 @@ bind = ,0x1008FF02,exec,brightnessctl s +5%
bind = ,0x1008FF03,exec,brightnessctl s 5%-
# App binds
-bind = SUPER,Q,exec,kitty
+bind = SUPER,Q,exec,alacritty
bind = SUPER,B,exec,firefox
-bind = SUPER,R,exec,kitty fish $HOME/.config/hypr/scripts/rnew.fish
bind = SUPER_SHIFT,R,exec,nautilus
bind = SUPER,T,exec,telegram-desktop
bind = SUPER,E,exec,emacsclient -c -a "emacs"
@@ -199,13 +189,10 @@ bind = SUPER,up,workspace,e+1
# Startup apps
exec-once = mako
-exec-once = hyprctl setcursor Simp1e-Gruvbox-Light 10
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = /usr/lib/polkit-kde-authentication-agent-1
-exec-once = /home/jerpo/Games/battery-level.sh
-exec-once = qv2ray
exec-once = emacs --daemon
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
-exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
-exec-once = hyprctl setcursor Bibata-Modern-Ice 13 \ No newline at end of file
+exec-once = hyprctl setcursor Bibata-Modern-Ice 13
+exec-once = swww init \ No newline at end of file