no more top bar, calendar and other stuff
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
(run-with-idle-timer
|
||||
(* 1 secs) nil 'org-caldav-sync)))
|
||||
|
||||
(setq org-caldav-files '("~/org/studies.org"))
|
||||
;;(setq org-caldav-files '("~/org/studies.org"))
|
||||
;; Actual calendar configuration edit this to meet your specific needs
|
||||
(setq org-caldav-url "https://cloud.sewelam.org/remote.php/dav/calendars/Aly")
|
||||
(setq org-caldav-calendars
|
||||
@@ -188,12 +188,12 @@
|
||||
:files ("~/org/work.org")
|
||||
;; :inbox "~/org/from_work.org"
|
||||
)
|
||||
;; (:calendar-id "home"
|
||||
;; :files: ("~/org/home.org")
|
||||
;; :inbox "~/org/home.org")
|
||||
(:calendar-id "home"
|
||||
:files: ("~/org/home.org")
|
||||
:inbox "~/org/home.org")
|
||||
(:calendar-id "studies-1"
|
||||
:files: ("~/org/studies.org")
|
||||
;; :inbox "~/org/studies.org"
|
||||
:inbox "~/org/studies.org"
|
||||
)
|
||||
;; (:calendar-id "some-day-1"
|
||||
;; :files: ("~/org/.archive/someday.org")
|
||||
|
||||
@@ -16,7 +16,7 @@ bindsym $mod+shift+F2 exec --no-startup-id playerctl play-pause
|
||||
bindsym $mod+shift+F1 exec --no-startup-id playerctl previous
|
||||
|
||||
#polybar
|
||||
exec_always ~/.config/polybar/launch.sh --blocks
|
||||
#exec_always ~/.config/polybar/launch.sh --blocks
|
||||
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ bindsym $mod+Ctrl+Left layout toggle split, move workspace to output left
|
||||
bindsym $mod+Ctrl+h move workspace to output left
|
||||
|
||||
# Compose key
|
||||
exec_always --no-startup-id setxkbmap -layout us,ar -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle"
|
||||
exec_always --no-startup-id setxkbmap -layout us,ara -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle"
|
||||
|
||||
# FUCK YOU MICROSOFT (thank you copilot)
|
||||
exec_always --no-startup-id xmodmap ~/.Xmodmap
|
||||
|
||||
2
private_dot_config/kitty/kitty.conf
Normal file
2
private_dot_config/kitty/kitty.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
include misc.conf
|
||||
include themes/gruvbox_light.conf
|
||||
2
private_dot_config/rofi/config.rasi
Normal file
2
private_dot_config/rofi/config.rasi
Normal file
@@ -0,0 +1,2 @@
|
||||
//@theme "/usr/share/rofi/themes/gruvbox-light.rasi"
|
||||
@theme "/usr/share/rofi/themes/gruvbox-light.rasi"
|
||||
Reference in New Issue
Block a user