no more top bar, calendar and other stuff
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
/home/linly/bin/autostart
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/linly/bin/autostart
|
|
||||||
@@ -176,7 +176,7 @@
|
|||||||
(run-with-idle-timer
|
(run-with-idle-timer
|
||||||
(* 1 secs) nil 'org-caldav-sync)))
|
(* 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
|
;; 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-url "https://cloud.sewelam.org/remote.php/dav/calendars/Aly")
|
||||||
(setq org-caldav-calendars
|
(setq org-caldav-calendars
|
||||||
@@ -188,12 +188,12 @@
|
|||||||
:files ("~/org/work.org")
|
:files ("~/org/work.org")
|
||||||
;; :inbox "~/org/from_work.org"
|
;; :inbox "~/org/from_work.org"
|
||||||
)
|
)
|
||||||
;; (:calendar-id "home"
|
(:calendar-id "home"
|
||||||
;; :files: ("~/org/home.org")
|
:files: ("~/org/home.org")
|
||||||
;; :inbox "~/org/home.org")
|
:inbox "~/org/home.org")
|
||||||
(:calendar-id "studies-1"
|
(:calendar-id "studies-1"
|
||||||
:files: ("~/org/studies.org")
|
:files: ("~/org/studies.org")
|
||||||
;; :inbox "~/org/studies.org"
|
:inbox "~/org/studies.org"
|
||||||
)
|
)
|
||||||
;; (:calendar-id "some-day-1"
|
;; (:calendar-id "some-day-1"
|
||||||
;; :files: ("~/org/.archive/someday.org")
|
;; :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
|
bindsym $mod+shift+F1 exec --no-startup-id playerctl previous
|
||||||
|
|
||||||
#polybar
|
#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
|
bindsym $mod+Ctrl+h move workspace to output left
|
||||||
|
|
||||||
# Compose key
|
# 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)
|
# FUCK YOU MICROSOFT (thank you copilot)
|
||||||
exec_always --no-startup-id xmodmap ~/.Xmodmap
|
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