waa
This commit is contained in:
parent
29ddba10c8
commit
96964ae2fb
2 changed files with 9 additions and 1 deletions
|
@ -244,6 +244,11 @@
|
||||||
:hook (org-mode . sakomacs/org-mode-setup)
|
:hook (org-mode . sakomacs/org-mode-setup)
|
||||||
:config
|
:config
|
||||||
(setq org-ellipsis "▼")
|
(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))
|
(setq org-adapt-indentation t))
|
||||||
|
|
||||||
;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons
|
;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons
|
||||||
|
|
|
@ -141,7 +141,7 @@ bind = $mainMod, W, killactive,
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, dolphin
|
bind = $mainMod, E, exec, dolphin
|
||||||
bind = $mainMod, V, togglefloating,
|
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, P, pseudo, # dwindle
|
||||||
bind = $mainMod, I, togglesplit, # dwindle
|
bind = $mainMod, I, togglesplit, # dwindle
|
||||||
bind= $mainMod, F, fullscreen,
|
bind= $mainMod, F, fullscreen,
|
||||||
|
@ -193,3 +193,6 @@ bind = , XF86AudioMute, exec, pactl set-sink-mute 0 toggle
|
||||||
bind = , XF86MonBrightnessUp, exec, brightnessctl s +100
|
bind = , XF86MonBrightnessUp, exec, brightnessctl s +100
|
||||||
bind = , XF86MonBrightnessDown, exec, brightnessctl s 100-
|
bind = , XF86MonBrightnessDown, exec, brightnessctl s 100-
|
||||||
|
|
||||||
|
# swaylock
|
||||||
|
bind = $mainMod CONTROL, l, exec, swaylock
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue