timetrap, etc.
This commit is contained in:
@@ -1,36 +0,0 @@
|
|||||||
env:
|
|
||||||
TERM: xterm-256color
|
|
||||||
window:
|
|
||||||
padding:
|
|
||||||
x: 5
|
|
||||||
y: 7
|
|
||||||
opacity: 1.0
|
|
||||||
dynamic_title: true
|
|
||||||
|
|
||||||
colors:
|
|
||||||
# Default colors
|
|
||||||
primary:
|
|
||||||
background: '0x272822'
|
|
||||||
foreground: '0xf8f8f2'
|
|
||||||
|
|
||||||
# Normal colors
|
|
||||||
normal:
|
|
||||||
black: '0x272822'
|
|
||||||
red: '0xf92672'
|
|
||||||
green: '0xa6e22e'
|
|
||||||
yellow: '0xf4bf75'
|
|
||||||
blue: '0x66d9ef'
|
|
||||||
magenta: '0xae81ff'
|
|
||||||
cyan: '0xa1efe4'
|
|
||||||
white: '0xf8f8f2'
|
|
||||||
|
|
||||||
# Bright colors
|
|
||||||
bright:
|
|
||||||
black: '0x75715e'
|
|
||||||
red: '0xf92672'
|
|
||||||
green: '0xa6e22e'
|
|
||||||
yellow: '0xf4bf75'
|
|
||||||
blue: '0x66d9ef'
|
|
||||||
magenta: '0xae81ff'
|
|
||||||
cyan: '0xa1efe4'
|
|
||||||
white: '0xf9f8f5'
|
|
||||||
@@ -63,6 +63,7 @@ bindsym $mod+Ctrl+l resize shrink width 1 px or 1 ppt
|
|||||||
bindsym $mod+Shift+r exec --no-startup-id winresize
|
bindsym $mod+Shift+r exec --no-startup-id winresize
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||||
|
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill -s 9
|
||||||
bindsym $mod+t layout toggle tabbed splith
|
bindsym $mod+t layout toggle tabbed splith
|
||||||
bindsym $mod+Shift+v split h;exec notify-send 'tile horizontally |'
|
bindsym $mod+Shift+v split h;exec notify-send 'tile horizontally |'
|
||||||
bindsym $mod+v split v;exec notify-send 'tile vertically -'
|
bindsym $mod+v split v;exec notify-send 'tile vertically -'
|
||||||
|
|||||||
@@ -16,3 +16,7 @@
|
|||||||
ui = auto
|
ui = auto
|
||||||
[branch]
|
[branch]
|
||||||
sort = -committerdate
|
sort = -committerdate
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[fetch]
|
||||||
|
prune = true
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Encoding=UTF-8
|
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Terminal=False
|
|
||||||
Exec=/usr/lib/thunderbird/thunderbird -P
|
|
||||||
Name=Thunderbird Profiles
|
|
||||||
Comment=Custom profile for Thunderbird
|
|
||||||
15
.timetrap.yml
Normal file
15
.timetrap.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
database_file: "/home/en/Nextcloud/timetrap.db"
|
||||||
|
round_in_seconds: 900
|
||||||
|
append_notes_delimiter: " "
|
||||||
|
formatter_search_paths:
|
||||||
|
- "/home/en/.timetrap/formatters"
|
||||||
|
default_formatter: text
|
||||||
|
auto_sheet: nested_dotfiles
|
||||||
|
auto_sheet_search_paths:
|
||||||
|
- "/home/en/.timetrap/auto_sheets"
|
||||||
|
default_command:
|
||||||
|
auto_checkout: false
|
||||||
|
require_note: false
|
||||||
|
note_editor: false
|
||||||
|
week_start: Monday
|
||||||
3
.zshrc
3
.zshrc
@@ -26,6 +26,9 @@ setopt extendedglob # Extended globbing. Allows using regular ex
|
|||||||
setopt correct # Auto correct mistakes
|
setopt correct # Auto correct mistakes
|
||||||
setopt numericglobsort # Sort filenames numerically when it makes sense
|
setopt numericglobsort # Sort filenames numerically when it makes sense
|
||||||
setopt appendhistory # Immediately append history instead of overwriting
|
setopt appendhistory # Immediately append history instead of overwriting
|
||||||
|
setopt sharehistory
|
||||||
|
export HISTSIZE=10000
|
||||||
|
export SAVEHIST=10000
|
||||||
HISTFILE=~/.history
|
HISTFILE=~/.history
|
||||||
|
|
||||||
zstyle ':completion:*' special-dirs true # complete hidden directories
|
zstyle ':completion:*' special-dirs true # complete hidden directories
|
||||||
|
|||||||
Reference in New Issue
Block a user