last changes before revision
@@ -1,11 +1,11 @@
|
||||
[color]
|
||||
|
||||
; background = #0b0c16
|
||||
; foreground = #c2c2c4
|
||||
; background = #05090e
|
||||
; foreground = #c0c1c2
|
||||
|
||||
gradient = 1
|
||||
gradient_count = 4
|
||||
gradient_color_1 = '#554D8D'
|
||||
gradient_color_2 = '#A33582'
|
||||
gradient_color_3 = '#2482BC'
|
||||
gradient_color_4 = '#2D8FCB'
|
||||
gradient_color_1 = '#028FB3'
|
||||
gradient_color_2 = '#2A99B1'
|
||||
gradient_color_3 = '#6097A3'
|
||||
gradient_color_4 = '#47AEC3'
|
||||
@@ -14,18 +14,26 @@ $HOME/.screenlayout/main.sh
|
||||
|
||||
xset -b # disable bell
|
||||
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
|
||||
# ssh agent setup
|
||||
eval `/usr/bin/ssh-agent`
|
||||
#eval `/usr/bin/ssh-agent`
|
||||
#
|
||||
#if test -f /usr/lib/openssh/x11-ssh-askpass # Archlinux
|
||||
#then
|
||||
# SSH_ASKPASS=/usr/lib/openssh/x11-ssh-askpass ssh-add < /dev/null
|
||||
#fi
|
||||
#
|
||||
#if test -f /usr/lib/ssh/x11-ssh-askpass # Debian
|
||||
#then
|
||||
# SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass ssh-add < /dev/null
|
||||
#fi
|
||||
|
||||
if test -f /usr/lib/openssh/x11-ssh-askpass # Archlinux
|
||||
then
|
||||
SSH_ASKPASS=/usr/lib/openssh/x11-ssh-askpass ssh-add < /dev/null
|
||||
fi
|
||||
|
||||
if test -f /usr/lib/ssh/x11-ssh-askpass # Debian
|
||||
then
|
||||
SSH_ASKPASS=/usr/lib/ssh/x11-ssh-askpass ssh-add < /dev/null
|
||||
fi
|
||||
# IMF configuration (fcitx5)
|
||||
export GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
export GLFW_IM_MODULE=ibus
|
||||
|
||||
# some merges
|
||||
xsetroot -cursor_name left_ptr &
|
||||
@@ -40,6 +48,8 @@ export _JAVA_AWT_WM_NONREPARENTING=1 &
|
||||
|
||||
# set keyboard layout
|
||||
setxkbmap pl &
|
||||
# IMF daemon
|
||||
fcitx5 -d &
|
||||
|
||||
# enable local fonts in .fonts directory
|
||||
xset +fp /usr/share/fonts/local &
|
||||
@@ -95,7 +105,7 @@ easyeffects --gapplication-service &
|
||||
# ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 &
|
||||
|
||||
# Emacs Server
|
||||
emacs --daemon &
|
||||
# emacs --daemon &
|
||||
|
||||
# Theme changing service
|
||||
xsettingsd &
|
||||
@@ -107,7 +117,7 @@ xsettingsd &
|
||||
# $HOME/.config/alacritty/theme-patcher.sh &
|
||||
|
||||
## THINKPAD-SPECIFIC
|
||||
hash dockd && dockd --daemon &
|
||||
#hash dockd && dockd --daemon &
|
||||
|
||||
# status bar
|
||||
bash $HOME/.cache/wal/bar.sh & disown
|
||||
@@ -116,5 +126,7 @@ bash $HOME/.cache/wal/bar.sh & disown
|
||||
|
||||
# . /etc/X11/Xsession
|
||||
|
||||
# redshift &
|
||||
|
||||
# start dwm
|
||||
exec dwm
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
htop_version=3.2.2
|
||||
htop_version=3.3.0
|
||||
config_reader_min_version=3
|
||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||
hide_kernel_threads=1
|
||||
@@ -50,16 +50,16 @@ all_branches_collapsed=1
|
||||
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=PERCENT_CPU
|
||||
.tree_sort_key=PERCENT_MEM
|
||||
.tree_view=1
|
||||
.tree_view_always_by_pid=0
|
||||
.tree_view=1
|
||||
.sort_direction=1
|
||||
.tree_sort_direction=-1
|
||||
.all_branches_collapsed=1
|
||||
screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command
|
||||
.sort_key=IO_RATE
|
||||
.tree_sort_key=PID
|
||||
.tree_view=0
|
||||
.tree_view_always_by_pid=0
|
||||
.tree_view=0
|
||||
.sort_direction=-1
|
||||
.tree_sort_direction=1
|
||||
.all_branches_collapsed=0
|
||||
|
||||
@@ -5,7 +5,9 @@ bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
window_padding_width 16
|
||||
# window_padding_width 16
|
||||
|
||||
resize_in_steps yes
|
||||
|
||||
shell zsh
|
||||
|
||||
@@ -13,4 +15,4 @@ confirm_os_window_close 0
|
||||
|
||||
detect_urls yes
|
||||
|
||||
enable_audio_bell no
|
||||
enable_audio_bell no
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
sort=-time
|
||||
layer=overlay
|
||||
background-color=#0b0c16
|
||||
background-color=#05090e
|
||||
width=300
|
||||
height=110
|
||||
border-size=3
|
||||
text-color=#c2c2c4
|
||||
border-color=#2D8FCB
|
||||
text-color=#c0c1c2
|
||||
border-color=#47AEC3
|
||||
border-radius=10
|
||||
icons=1
|
||||
padding=24
|
||||
|
||||
158
mozc/keymap.txt
Normal file
@@ -0,0 +1,158 @@
|
||||
status key command
|
||||
Composition Backspace Backspace
|
||||
Composition Ctrl a MoveCursorToBeginning
|
||||
Composition Ctrl Backspace Backspace
|
||||
Composition Ctrl d MoveCursorRight
|
||||
Composition Ctrl Down MoveCursorToEnd
|
||||
Composition Ctrl e MoveCursorToBeginning
|
||||
Composition Ctrl Enter Commit
|
||||
Composition Ctrl f MoveCursorToEnd
|
||||
Composition Ctrl g Delete
|
||||
Composition Ctrl h Backspace
|
||||
Composition Ctrl i ConvertToFullKatakana
|
||||
Composition Ctrl k MoveCursorLeft
|
||||
Composition Ctrl l MoveCursorRight
|
||||
Composition Ctrl Left MoveCursorToBeginning
|
||||
Composition Ctrl m Commit
|
||||
Composition Ctrl n MoveCursorToEnd
|
||||
Composition Ctrl o ConvertToHalfWidth
|
||||
Composition Ctrl p ConvertToFullAlphanumeric
|
||||
Composition Ctrl Right MoveCursorToEnd
|
||||
Composition Ctrl s MoveCursorLeft
|
||||
Composition Ctrl Shift Space InsertFullSpace
|
||||
Composition Ctrl Space InsertHalfSpace
|
||||
Composition Ctrl t ConvertToHalfAlphanumeric
|
||||
Composition Ctrl u ConvertToHiragana
|
||||
Composition Ctrl Up MoveCursorToBeginning
|
||||
Composition Ctrl x MoveCursorToEnd
|
||||
Composition Ctrl z Cancel
|
||||
Composition Delete Delete
|
||||
Composition Down MoveCursorToEnd
|
||||
Composition Eisu ToggleAlphanumericMode
|
||||
Composition End MoveCursorToEnd
|
||||
Composition Enter Commit
|
||||
Composition ESC Cancel
|
||||
Composition F10 ConvertToHalfAlphanumeric
|
||||
Composition F2 ConvertWithoutHistory
|
||||
Composition F6 ConvertToHiragana
|
||||
Composition F7 ConvertToFullKatakana
|
||||
Composition F8 ConvertToHalfWidth
|
||||
Composition F9 ConvertToFullAlphanumeric
|
||||
Composition Hankaku/Zenkaku IMEOff
|
||||
Composition Henkan Convert
|
||||
Composition Hiragana InputModeHiragana
|
||||
Composition Home MoveCursorToBeginning
|
||||
Composition Katakana InputModeFullKatakana
|
||||
Composition Left MoveCursorLeft
|
||||
Composition Muhenkan SwitchKanaType
|
||||
Composition Right MoveCursorRight
|
||||
Composition Shift Backspace Backspace
|
||||
Composition Shift ESC Cancel
|
||||
Composition Shift Left MoveCursorLeft
|
||||
Composition Shift Muhenkan ConvertToFullAlphanumeric
|
||||
Composition Shift Right MoveCursorRight
|
||||
Composition Shift Space Convert
|
||||
Composition Space Convert
|
||||
Composition Tab PredictAndConvert
|
||||
Conversion Backspace Cancel
|
||||
Conversion Ctrl a SegmentFocusFirst
|
||||
Conversion Ctrl Backspace Cancel
|
||||
Conversion Ctrl d SegmentFocusRight
|
||||
Conversion Ctrl Down CommitOnlyFirstSegment
|
||||
Conversion Ctrl e ConvertPrev
|
||||
Conversion Ctrl Enter Commit
|
||||
Conversion Ctrl f SegmentFocusLast
|
||||
Conversion Ctrl g Cancel
|
||||
Conversion Ctrl h Cancel
|
||||
Conversion Ctrl i ConvertToFullKatakana
|
||||
Conversion Ctrl k SegmentWidthShrink
|
||||
Conversion Ctrl l SegmentWidthExpand
|
||||
Conversion Ctrl Left SegmentFocusFirst
|
||||
Conversion Ctrl m Commit
|
||||
Conversion Ctrl n CommitOnlyFirstSegment
|
||||
Conversion Ctrl o ConvertToHalfWidth
|
||||
Conversion Ctrl p ConvertToFullAlphanumeric
|
||||
Conversion Ctrl Right SegmentFocusLast
|
||||
Conversion Ctrl s SegmentFocusLeft
|
||||
Conversion Ctrl Shift Space InsertFullSpace
|
||||
Conversion Ctrl Space InsertHalfSpace
|
||||
Conversion Ctrl t ConvertToHalfAlphanumeric
|
||||
Conversion Ctrl u ConvertToHiragana
|
||||
Conversion Ctrl Up ConvertPrev
|
||||
Conversion Ctrl x ConvertNext
|
||||
Conversion Ctrl z Cancel
|
||||
Conversion Delete Cancel
|
||||
Conversion Down ConvertNext
|
||||
Conversion Eisu ToggleAlphanumericMode
|
||||
Conversion End SegmentFocusLast
|
||||
Conversion Enter Commit
|
||||
Conversion ESC Cancel
|
||||
Conversion F10 ConvertToHalfAlphanumeric
|
||||
Conversion F6 ConvertToHiragana
|
||||
Conversion F7 ConvertToFullKatakana
|
||||
Conversion F8 ConvertToHalfWidth
|
||||
Conversion F9 ConvertToFullAlphanumeric
|
||||
Conversion Hankaku/Zenkaku IMEOff
|
||||
Conversion Henkan ConvertNext
|
||||
Conversion Hiragana InputModeHiragana
|
||||
Conversion Home SegmentFocusFirst
|
||||
Conversion Katakana InputModeFullKatakana
|
||||
Conversion Left SegmentFocusLeft
|
||||
Conversion Muhenkan SwitchKanaType
|
||||
Conversion PageDown ConvertNextPage
|
||||
Conversion PageUp ConvertPrevPage
|
||||
Conversion Right SegmentFocusRight
|
||||
Conversion Shift Backspace Cancel
|
||||
Conversion Shift Down ConvertNextPage
|
||||
Conversion Shift ESC Cancel
|
||||
Conversion Shift Henkan ConvertPrev
|
||||
Conversion Shift Left SegmentWidthShrink
|
||||
Conversion Shift Muhenkan ConvertToFullAlphanumeric
|
||||
Conversion Shift Right SegmentWidthExpand
|
||||
Conversion Shift Space ConvertPrev
|
||||
Conversion Shift Tab ConvertPrev
|
||||
Conversion Shift Up ConvertPrevPage
|
||||
Conversion Space ConvertNext
|
||||
Conversion Tab PredictAndConvert
|
||||
Conversion Up ConvertPrev
|
||||
DirectInput Eisu IMEOn
|
||||
DirectInput F13 IMEOn
|
||||
DirectInput Hankaku/Zenkaku IMEOn
|
||||
DirectInput Henkan Reconvert
|
||||
DirectInput Hiragana IMEOn
|
||||
DirectInput Katakana IMEOn
|
||||
Precomposition Backspace Revert
|
||||
Precomposition Ctrl Backspace Undo
|
||||
Precomposition Ctrl Shift Space InsertFullSpace
|
||||
Precomposition Eisu ToggleAlphanumericMode
|
||||
Precomposition Hankaku/Zenkaku IMEOff
|
||||
Precomposition Hiragana InputModeHiragana
|
||||
Precomposition Henkan Reconvert
|
||||
Precomposition Katakana InputModeFullKatakana
|
||||
Precomposition Muhenkan InputModeSwitchKanaType
|
||||
Precomposition Shift Muhenkan ToggleAlphanumericMode
|
||||
Precomposition Shift Space InsertAlternateSpace
|
||||
Precomposition Space InsertSpace
|
||||
Prediction Ctrl Delete DeleteSelectedCandidate
|
||||
Suggestion Down PredictAndConvert
|
||||
Suggestion Shift Enter CommitFirstSuggestion
|
||||
Composition ASCII InsertCharacter
|
||||
Composition Kanji IMEOff
|
||||
Composition OFF IMEOff
|
||||
Composition ON IMEOn
|
||||
Conversion Kanji IMEOff
|
||||
Conversion OFF IMEOff
|
||||
Conversion ON IMEOn
|
||||
DirectInput Kanji IMEOn
|
||||
DirectInput ON IMEOn
|
||||
Precomposition ASCII InsertCharacter
|
||||
Precomposition Kanji IMEOff
|
||||
Precomposition OFF IMEOff
|
||||
Precomposition ON IMEOn
|
||||
Composition Ctrl Shift SwitchKanaType
|
||||
Conversion Ctrl Shift SwitchKanaType
|
||||
Precomposition Ctrl Shift InputModeSwitchKanaType
|
||||
Composition Shift Tab IMEOff
|
||||
Conversion Shift Tab IMEOff
|
||||
DirectInput Shift Tab IMEOn
|
||||
Precomposition Shift Tab IMEOff
|
||||
@@ -162,8 +162,10 @@ blur: {
|
||||
# blur-kern = ""
|
||||
blur-kern = "3x3box";
|
||||
|
||||
# xprop | grep -i 'class'
|
||||
opacity-rule = [
|
||||
"85:class_g = 'Code'",
|
||||
"85:class_g = 'code-oss'",
|
||||
"88:class_g = 'discord'",
|
||||
"85:class_g = 'Emacs'",
|
||||
"95:class_g = 'Signal'",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
[Dynamic]
|
||||
text = c2c2c4
|
||||
subtext = c2c2c4
|
||||
main = 0b0c16
|
||||
sidebar = 0b0c16
|
||||
player = 0b0c16
|
||||
card = 0b0c16
|
||||
shadow = 0b0c16
|
||||
selected-row = 53ACE4
|
||||
button = 1171B0
|
||||
button-active = 53ACE4
|
||||
button-disabled = 484850
|
||||
tab-active = 1171B0
|
||||
notification = 0b0c16
|
||||
notification-error = 1171B0
|
||||
misc = 0b0c16
|
||||
text = c0c1c2
|
||||
subtext = c0c1c2
|
||||
main = 05090e
|
||||
sidebar = 05090e
|
||||
player = 05090e
|
||||
card = 05090e
|
||||
shadow = 05090e
|
||||
selected-row = A2A28F
|
||||
button = 597787
|
||||
button-active = A2A28F
|
||||
button-disabled = 43464a
|
||||
tab-active = 597787
|
||||
notification = 05090e
|
||||
notification-error = 597787
|
||||
misc = 05090e
|
||||
@@ -9,6 +9,8 @@ replace_colors = 1
|
||||
spotify_launch_flags =
|
||||
spotify_path = /opt/spotify/
|
||||
color_scheme =
|
||||
always_enable_devtools = 0
|
||||
check_spicetify_update = 1
|
||||
|
||||
[Preprocesses]
|
||||
expose_apis = 1
|
||||
@@ -27,5 +29,5 @@ experimental_features = 1
|
||||
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.2.20.1210.g2a8a8a57
|
||||
with = 2.24.2
|
||||
version = 1.2.25.1011.g0348b2ea
|
||||
with = 2.27.2
|
||||
|
||||
|
Before Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 4.7 MiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 8.4 MiB |
|
Before Width: | Height: | Size: 266 KiB |
|
Before Width: | Height: | Size: 951 KiB |
|
Before Width: | Height: | Size: 4.6 MiB |
|
Before Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 223 KiB |
|
Before Width: | Height: | Size: 226 KiB |
|
Before Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 495 KiB |
|
Before Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 330 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 217 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 457 KiB |
|
Before Width: | Height: | Size: 560 KiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 636 KiB |
|
Before Width: | Height: | Size: 197 KiB |
|
Before Width: | Height: | Size: 441 KiB |
|
Before Width: | Height: | Size: 9.1 MiB |
|
Before Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 11 MiB |
|
Before Width: | Height: | Size: 11 MiB |
|
Before Width: | Height: | Size: 217 KiB |
|
Before Width: | Height: | Size: 13 MiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 32 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 446 KiB |
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 9.0 MiB |
|
Before Width: | Height: | Size: 1.9 MiB |
@@ -71,3 +71,4 @@ alias :q="exit"
|
||||
# Emacs startup
|
||||
alias emacs="emacsclient -c -n"
|
||||
alias em="emacs"
|
||||
alias vim="nvim"
|
||||
|
||||