From b10f57dbcc705808024cd72adea5c12129615351 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:32:13 +0900 Subject: modified kitty/kitty.conf, modified ncmpcpp/config, created calcurse/ --- mac/.config/calcurse/conf | 33 ++++++++++++++++++++++++++ mac/.config/calcurse/keys | 56 ++++++++++++++++++++++++++++++++++++++++++++ mac/.config/kitty/kitty.conf | 6 ++--- mac/.config/ncmpcpp/config | 4 ++-- 4 files changed, 94 insertions(+), 5 deletions(-) create mode 100644 mac/.config/calcurse/conf create mode 100644 mac/.config/calcurse/keys (limited to 'mac') diff --git a/mac/.config/calcurse/conf b/mac/.config/calcurse/conf new file mode 100644 index 0000000..2594e77 --- /dev/null +++ b/mac/.config/calcurse/conf @@ -0,0 +1,33 @@ +appearance.calendarview=monthly +appearance.compactpanels=no +appearance.defaultpanel=calendar +appearance.layout=5 +appearance.headerline=yes +appearance.eventseparator=yes +appearance.dayseparator=yes +appearance.emptyline=yes +appearance.emptyday=-- +appearance.notifybar=yes +appearance.sidebarwidth=35 +appearance.theme=blue on default +appearance.todoview=hide-completed +appearance.headingpos=right-justified +daemon.enable=no +daemon.log=no +format.inputdate=1 +format.notifydate=%a %F +format.notifytime=%T +format.appointmenttime=%H:%M +format.outputdate=%D +format.dayheading=%B %e, %Y +general.autogc=no +general.autosave=no +general.confirmdelete=yes +general.confirmquit=no +general.firstdayofweek=monday +general.multipledays=yes +general.periodicsave=0 +general.systemevents=yes +notification.command=printf '\a' +notification.notifyall=flagged-only +notification.warning=300 diff --git a/mac/.config/calcurse/keys b/mac/.config/calcurse/keys new file mode 100644 index 0000000..3304bbb --- /dev/null +++ b/mac/.config/calcurse/keys @@ -0,0 +1,56 @@ +# +# Calcurse keys configuration file +# +# In this file the keybindings used by Calcurse are defined. +# It is generated automatically by Calcurse and is maintained +# via the key configuration menu of the interactive user +# interface. It should not be edited directly. + +generic-cancel ESC +generic-select SPC +generic-credits @ +generic-help ? +generic-quit q Q +generic-save s S ^S +generic-reload R +generic-copy c +generic-paste p ^V +generic-change-view TAB +generic-prev-view KEY_BTAB +generic-import i I +generic-export x X +generic-goto g G +generic-other-cmd o O +generic-config-menu C +generic-redraw ^R +generic-add-appt ^A +generic-add-todo ^T +generic-prev-day T ^H +generic-next-day t ^L +generic-prev-week W ^K +generic-next-week w +generic-prev-month M +generic-next-month m +generic-prev-year Y +generic-next-year y +generic-scroll-down ^N +generic-scroll-up ^P +generic-goto-today ^G +generic-command : +move-right l L RGT +move-left h H LFT +move-down j J DWN +move-up k K UP +start-of-week 0 +end-of-week $ +add-item a A +del-item d D +edit-item e E +view-item v V RET +pipe-item | +flag-item ! +repeat r +edit-note n N +view-note > +raise-priority + +lower-priority - diff --git a/mac/.config/kitty/kitty.conf b/mac/.config/kitty/kitty.conf index 0273d1f..719e760 100644 --- a/mac/.config/kitty/kitty.conf +++ b/mac/.config/kitty/kitty.conf @@ -812,7 +812,7 @@ enable_audio_bell no #: that setting a non-zero window_margin_width overrides this and #: causes all borders to be drawn. -# window_margin_width 0 +window_margin_width 5 #: The window margin (in pts) (blank area outside the border). A #: single value sets all four sides. Two values set the vertical and @@ -870,7 +870,7 @@ enable_audio_bell no #: Fade the text in inactive windows by the specified amount (a number #: between zero and one, with zero being fully faded). -# hide_window_decorations no +hide_window_decorations yes #: Hide the window decorations (title-bar and window borders) with #: yes. On macOS, titlebar-only and titlebar-and-corners can be used @@ -1119,7 +1119,7 @@ enable_audio_bell no #: The foreground and background colors. -# background_opacity 1.0 +background_opacity 0.8 #: The opacity of the background. A number between zero and one, where #: one is opaque and zero is fully transparent. This will only work if diff --git a/mac/.config/ncmpcpp/config b/mac/.config/ncmpcpp/config index 353a256..c48a689 100644 --- a/mac/.config/ncmpcpp/config +++ b/mac/.config/ncmpcpp/config @@ -335,7 +335,7 @@ song_columns_list_format = (20)[cyan]{a} (40)[yellow]{t} (30)[blue]{b} (10)[mage ## Note: Custom command that will be executed each time song changes. Useful for ## notifications etc. ## -execute_on_song_change="pkill -RTMIN+11 dwmblocks" +# execute_on_song_change="pkill -RTMIN+11 dwmblocks" # ## ## Note: Custom command that will be executed each time player state @@ -343,7 +343,7 @@ execute_on_song_change="pkill -RTMIN+11 dwmblocks" ## state (either unknown, play, pause, or stop) for its duration. ## # -execute_on_player_state_change="pkill -RTMIN+11 dwmblocks" +# execute_on_player_state_change="pkill -RTMIN+11 dwmblocks" # #playlist_show_mpd_host = no # -- cgit v1.2.3