From 96964ae2fbc8108731dc4ba23fc2418ad5937eab Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:43:12 +0400 Subject: [PATCH] waa --- config/emacs/init.el | 5 +++++ config/hyprland/hyprland.conf | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index 3e8af1e0..b7af04e5 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -244,6 +244,11 @@ :hook (org-mode . sakomacs/org-mode-setup) :config (setq org-ellipsis "▼") + (setq org-agenda-start-with-log-mode t) + (setq org-log-done 'time) + (setq org-log-into-drawer t) + (setq org-agenda-files + '("~/org/tasks.org")) (setq org-adapt-indentation t)) ;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index fc8db5af..bd502b0f 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -141,7 +141,7 @@ bind = $mainMod, W, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, dolphin bind = $mainMod, V, togglefloating, -bind = $mainMod, SPACE, exec, wofi --allow-images --show drun +bind = $mainMod, SPACE, exec, pkill wofi || wofi --allow-images --show drun bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, I, togglesplit, # dwindle bind= $mainMod, F, fullscreen, @@ -193,3 +193,6 @@ bind = , XF86AudioMute, exec, pactl set-sink-mute 0 toggle bind = , XF86MonBrightnessUp, exec, brightnessctl s +100 bind = , XF86MonBrightnessDown, exec, brightnessctl s 100- +# swaylock +bind = $mainMod CONTROL, l, exec, swaylock +