Compare commits
70 Commits
Author | SHA1 | Date |
---|---|---|
Christoph J. Scherr | 0131eb3f8c | |
Christoph J. Scherr | b731c6e237 | |
Christoph J. Scherr | f461e4ac4d | |
Christoph J. Scherr | d5236bca30 | |
Christoph J. Scherr | 1342bbd614 | |
Christoph J. Scherr | e0575fce85 | |
Christoph J. Scherr | acd2a741b1 | |
Christoph J. Scherr | ab2faa658b | |
Christoph J. Scherr | b6a8077bc5 | |
Christoph J. Scherr | de57597120 | |
Christoph J. Scherr | ba3b2ac1c9 | |
Christoph J. Scherr | ac2076fc03 | |
Christoph J. Scherr | a991769cef | |
Christoph J. Scherr | 77aa12bf56 | |
Christoph J. Scherr | b737c6a9cb | |
Christoph J. Scherr | 8dd89735ef | |
Christoph J. Scherr | 9d19d81a6f | |
Christoph J. Scherr | 34a61fe1f9 | |
Christoph J. Scherr | 7d4e261254 | |
Christoph J. Scherr | 2ecd846ad6 | |
Christoph J. Scherr | f695029b5f | |
Christoph J. Scherr | e12b0f4122 | |
Christoph J. Scherr | 68a746d86f | |
Christoph J. Scherr | a72e723767 | |
Christoph J. Scherr | 96bea3fc03 | |
Christoph J. Scherr | 6735fe558f | |
Christoph J. Scherr | 1a072c98a9 | |
Christoph J. Scherr | 6123945230 | |
Christoph J. Scherr | ea70ac6c9a | |
Christoph J. Scherr | 8b83502ad1 | |
Christoph J. Scherr | e33695df5f | |
Christoph J. Scherr | 98fd1537b9 | |
Christoph J. Scherr | 04d999f3a6 | |
Christoph J. Scherr | bb2ad39fcb | |
Christoph J. Scherr | cfc3b76332 | |
Christoph J. Scherr | 67ed9cc3c9 | |
Christoph J. Scherr | 049eb9ee83 | |
Christoph J. Scherr | 0ca559ef2d | |
Christoph J. Scherr | 2a7b606cc2 | |
Christoph J. Scherr | 243cc8140f | |
Christoph J. Scherr | cbea004fa4 | |
Christoph J. Scherr | 41d3750d24 | |
Christoph J. Scherr | 3bf1da9427 | |
Christoph J. Scherr | e7ab5fd04f | |
Christoph J. Scherr | 8e1ed5b9f4 | |
Christoph J. Scherr | 3ed8025e04 | |
Christoph J. Scherr | 9e56e7ba85 | |
Christoph J. Scherr | b0bbea6df8 | |
Christoph J. Scherr | 305caf398a | |
Christoph J. Scherr | a8509c0fc5 | |
Christoph J. Scherr | 6f6869f2d1 | |
Christoph J. Scherr | fce979746f | |
Christoph J. Scherr | a3bad528c6 | |
Christoph J. Scherr | 8f47acb27f | |
Christoph J. Scherr | 6a4cf826c6 | |
Christoph J. Scherr | 2fed831835 | |
Christoph J. Scherr | e2d93f1f08 | |
Christoph J. Scherr | b7d2647b2a | |
Christoph J. Scherr | 36f8e1838c | |
Christoph J. Scherr | 164665aa02 | |
Christoph J. Scherr | c759983c7c | |
Christoph J. Scherr | a7e9ab3642 | |
Christoph J. Scherr | ce181e7bcf | |
Christoph J. Scherr | d8411be0b5 | |
Christoph J. Scherr | f397d9ee3e | |
Christoph J. Scherr | c95cbd462e | |
Christoph J. Scherr | 0753056c38 | |
Christoph J. Scherr | a056bf63be | |
Christoph J. Scherr | 800410c1c9 | |
Christoph J. Scherr | abbcb0445a |
|
@ -1,4 +1,4 @@
|
|||
#? Config file for btop v. 1.2.13
|
||||
#? Config file for btop v. 1.2.3
|
||||
|
||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||
|
@ -16,11 +16,11 @@ force_tty = False
|
|||
|
||||
#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
|
||||
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
||||
#* Use whitespace " " as separator between different presets.
|
||||
#* Use withespace " " as separator between different presets.
|
||||
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
||||
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
||||
|
||||
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
|
||||
#* Set to True to enable "h,j,k,l" keys for directional control in lists.
|
||||
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
||||
vim_keys = True
|
||||
|
||||
|
@ -52,9 +52,9 @@ shown_boxes = "cpu mem net proc"
|
|||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||
update_ms = 1000
|
||||
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||
proc_sorting = "cpu lazy"
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu responsive" updates top process directly.
|
||||
proc_sorting = "cpu direct"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
|
@ -74,18 +74,12 @@ proc_per_core = False
|
|||
#* Show process memory as bytes instead of percent.
|
||||
proc_mem_bytes = True
|
||||
|
||||
#* Show cpu graph for each process.
|
||||
proc_cpu_graphs = True
|
||||
|
||||
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
|
||||
proc_info_smaps = False
|
||||
|
||||
#* Show proc box on left side of screen instead of right.
|
||||
proc_left = False
|
||||
|
||||
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
||||
proc_filter_kernel = True
|
||||
|
||||
#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
|
||||
#* Select from a list of detected attributes from the options menu.
|
||||
cpu_graph_upper = "total"
|
||||
|
@ -150,9 +144,6 @@ mem_graphs = True
|
|||
#* Show mem box below net box instead of above.
|
||||
mem_below_net = False
|
||||
|
||||
#* Count ZFS ARC in cached and available memory.
|
||||
zfs_arc_cached = True
|
||||
|
||||
#* If swap memory should be shown in memory box.
|
||||
show_swap = True
|
||||
|
||||
|
@ -168,9 +159,6 @@ only_physical = True
|
|||
#* Read disks list from /etc/fstab. This also disables only_physical.
|
||||
use_fstab = True
|
||||
|
||||
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
||||
zfs_hide_datasets = False
|
||||
|
||||
#* Set to true to show available disk space for privileged users.
|
||||
disk_free_priv = False
|
||||
|
||||
|
@ -178,7 +166,7 @@ disk_free_priv = False
|
|||
show_io_stat = True
|
||||
|
||||
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
|
||||
io_mode = False
|
||||
io_mode = True
|
||||
|
||||
#* Set to True to show combined read/write io graphs in io mode.
|
||||
io_graph_combined = False
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 37c3c6da98c9b0bfb041011cd7e002ed2628e6fe
|
||||
Subproject commit 69118b111d4cc6dc78edd64a5a724b6871cccff4
|
|
@ -0,0 +1 @@
|
|||
edition = "2021"
|
|
@ -0,0 +1,373 @@
|
|||
[ActivityManager][Global Shortcuts]
|
||||
switch-to-activity-=
|
||||
switch-to-activity-9497743c-b928-4711-9a15-88ae73a36745=
|
||||
switch-to-activity-b81d941f-2f97-41a3-ad5f-a685736616e0=
|
||||
|
||||
[KDE Keyboard Layout Switcher][Global Shortcuts]
|
||||
Switch keyboard layout to German=
|
||||
Switch to Next Keyboard Layout=Ctrl+Alt+K
|
||||
|
||||
[StandardShortcuts]
|
||||
AboutApp=
|
||||
AboutKDE=
|
||||
Activate Next Tab=Ctrl+PgDown; Ctrl+]
|
||||
Activate Previous Tab=Ctrl+PgUp; Ctrl+[
|
||||
ActualSize=Ctrl+0
|
||||
AddBookmark=Ctrl+B
|
||||
Back=Back; Alt+Left
|
||||
BackwardWord=Ctrl+Left
|
||||
Begin=Ctrl+Home
|
||||
BeginningOfLine=Home
|
||||
Clear=
|
||||
Close=Ctrl+W; Ctrl+Esc
|
||||
ConfigureNotifications=
|
||||
ConfigureToolbars=
|
||||
Copy=Ctrl+Ins; Ctrl+C
|
||||
CreateFolder=F10
|
||||
Cut=Ctrl+X; Shift+Del
|
||||
DeleteFile=Shift+Del
|
||||
DeleteWordBack=Ctrl+Backspace
|
||||
DeleteWordForward=Ctrl+Del
|
||||
Deselect=Ctrl+Shift+A
|
||||
DocumentBack=Alt+Shift+Left
|
||||
DocumentForward=Alt+Shift+Right
|
||||
Donate=
|
||||
EditBookmarks=
|
||||
End=Ctrl+End
|
||||
EndOfLine=End
|
||||
Find=Ctrl+F
|
||||
FindNext=F3
|
||||
FindPrev=Shift+F3
|
||||
FitToHeight=
|
||||
FitToPage=
|
||||
FitToWidth=
|
||||
Forward=Alt+Right; Forward
|
||||
ForwardWord=Ctrl+Right
|
||||
FullScreen=Ctrl+Shift+F
|
||||
Goto=
|
||||
GotoLine=Ctrl+G
|
||||
GotoPage=
|
||||
Help=F1
|
||||
Home=Alt+Home; Home Page
|
||||
KeyBindings=Ctrl+Alt+,
|
||||
Mail=
|
||||
MoveToTrash=Del
|
||||
New=Ctrl+N
|
||||
Next=PgDown
|
||||
NextCompletion=Ctrl+Down
|
||||
Open=Ctrl+O
|
||||
OpenRecent=
|
||||
Paste=Ctrl+V; Shift+Ins
|
||||
Paste Selection=Ctrl+Shift+Ins
|
||||
Preferences=Ctrl+Shift+,
|
||||
PrevCompletion=Ctrl+Up
|
||||
Print=Ctrl+P
|
||||
PrintPreview=
|
||||
Prior=PgUp
|
||||
Quit=Ctrl+Q
|
||||
Redo=Ctrl+Shift+Z
|
||||
Reload=Refresh; F5
|
||||
RenameFile=F2
|
||||
Replace=Ctrl+R
|
||||
ReportBug=
|
||||
Revert=
|
||||
RotateDown=Down
|
||||
RotateUp=Up
|
||||
Save=Ctrl+S
|
||||
SaveAs=Ctrl+Shift+S
|
||||
SaveOptions=
|
||||
SelectAll=Ctrl+A
|
||||
ShowHideHiddenFiles=Alt+.; Ctrl+H
|
||||
ShowMenubar=Ctrl+M
|
||||
ShowStatusbar=
|
||||
ShowToolbar=
|
||||
Spelling=
|
||||
SubstringCompletion=Ctrl+T
|
||||
SwitchApplicationLanguage=
|
||||
TextCompletion=Ctrl+E
|
||||
TipofDay=
|
||||
Undo=Ctrl+Z
|
||||
Up=Alt+Up
|
||||
WhatsThis=Shift+F1
|
||||
Zoom=
|
||||
ZoomIn=Ctrl+=; Ctrl++
|
||||
ZoomOut=Ctrl+-
|
||||
|
||||
[discord-screenaudio][Global Shortcuts]
|
||||
toggleDeafen=
|
||||
toggleMute=
|
||||
|
||||
[kaccess][Global Shortcuts]
|
||||
Toggle Screen Reader On and Off=Meta+Alt+S
|
||||
|
||||
[kcm_touchpad][Global Shortcuts]
|
||||
Disable Touchpad=Touchpad Off
|
||||
Enable Touchpad=Touchpad On
|
||||
Toggle Touchpad=Touchpad Toggle
|
||||
|
||||
[kded5][Global Shortcuts]
|
||||
Show System Activity=Ctrl+Esc
|
||||
display=Meta+P; Display
|
||||
|
||||
[khotkeys][Global Shortcuts]
|
||||
{90040de6-4095-4f8e-b05b-8c65f08be0c0}=
|
||||
{d03619b6-9b3c-48cc-9d9c-a2aadb485550}=
|
||||
|
||||
[kitty.desktop][Global Shortcuts]
|
||||
_launch=Ctrl+Alt+T
|
||||
|
||||
[kmix][Global Shortcuts]
|
||||
decrease_microphone_volume=Microphone Volume Down
|
||||
decrease_volume=Volume Down
|
||||
increase_microphone_volume=Microphone Volume Up
|
||||
increase_volume=Volume Up
|
||||
mic_mute=Microphone Mute; Meta+Volume Mute
|
||||
mute=Volume Mute
|
||||
|
||||
[ksmserver][Global Shortcuts]
|
||||
Halt Without Confirmation=
|
||||
Lock Session=Screensaver; Meta+L; Ctrl+Alt+L
|
||||
Log Out=Ctrl+Alt+Del
|
||||
Log Out Without Confirmation=
|
||||
Reboot Without Confirmation=
|
||||
|
||||
[kwin][Global Shortcuts]
|
||||
Activate Window Demanding Attention=Ctrl+Alt+A
|
||||
Decrease Opacity=
|
||||
Expose=Ctrl+F9
|
||||
ExposeAll=Launch (C); Ctrl+F10
|
||||
ExposeClass=Ctrl+F7
|
||||
Increase Opacity=
|
||||
Invert Screen Colors=
|
||||
Kill Window=Ctrl+Alt+Esc
|
||||
MoveMouseToCenter=Meta+F6
|
||||
MoveMouseToFocus=Meta+F5
|
||||
MoveZoomDown=
|
||||
MoveZoomLeft=
|
||||
MoveZoomRight=
|
||||
MoveZoomUp=
|
||||
Setup Window Shortcut=
|
||||
Show Desktop=Meta+D
|
||||
ShowDesktopGrid=Ctrl+F8
|
||||
Suspend Compositing=Alt+Shift+F12
|
||||
Switch One Desktop Down=Ctrl+Alt+Down
|
||||
Switch One Desktop Up=Ctrl+Alt+Up
|
||||
Switch One Desktop to the Left=Ctrl+Alt+Left
|
||||
Switch One Desktop to the Right=Ctrl+Alt+Right
|
||||
Switch Window Down=Meta+Alt+Down
|
||||
Switch Window Left=Meta+Alt+Left
|
||||
Switch Window Right=Meta+Alt+Right
|
||||
Switch Window Up=Meta+Alt+Up
|
||||
Switch to Desktop 1=Ctrl+Alt+1; Ctrl+F1
|
||||
Switch to Desktop 10=Ctrl+Alt+0
|
||||
Switch to Desktop 11=
|
||||
Switch to Desktop 12=
|
||||
Switch to Desktop 13=
|
||||
Switch to Desktop 14=
|
||||
Switch to Desktop 15=
|
||||
Switch to Desktop 16=
|
||||
Switch to Desktop 17=
|
||||
Switch to Desktop 18=
|
||||
Switch to Desktop 19=
|
||||
Switch to Desktop 2=Ctrl+F2; Ctrl+Alt+2
|
||||
Switch to Desktop 20=
|
||||
Switch to Desktop 3=Ctrl+F3; Ctrl+Alt+3
|
||||
Switch to Desktop 4=Ctrl+F4; Ctrl+Alt+4
|
||||
Switch to Desktop 5=Ctrl+Alt+5
|
||||
Switch to Desktop 6=Ctrl+Alt+6
|
||||
Switch to Desktop 7=Ctrl+Alt+7
|
||||
Switch to Desktop 8=Ctrl+Alt+8
|
||||
Switch to Desktop 9=Ctrl+Alt+9
|
||||
Switch to Next Desktop=
|
||||
Switch to Next Screen=
|
||||
Switch to Previous Desktop=
|
||||
Switch to Previous Screen=
|
||||
Switch to Screen 0=
|
||||
Switch to Screen 1=
|
||||
Switch to Screen 2=
|
||||
Switch to Screen 3=
|
||||
Switch to Screen 4=
|
||||
Switch to Screen 5=
|
||||
Switch to Screen 6=
|
||||
Switch to Screen 7=
|
||||
Toggle Night Color=
|
||||
Toggle Window Raise/Lower=
|
||||
Walk Through Desktop List=
|
||||
Walk Through Desktop List (Reverse)=
|
||||
Walk Through Desktops=
|
||||
Walk Through Desktops (Reverse)=
|
||||
Walk Through Windows=Alt+Tab
|
||||
Walk Through Windows (Reverse)=Alt+Shift+Backtab
|
||||
Walk Through Windows Alternative=
|
||||
Walk Through Windows Alternative (Reverse)=
|
||||
Walk Through Windows of Current Application=Alt+`
|
||||
Walk Through Windows of Current Application (Reverse)=Alt+~
|
||||
Walk Through Windows of Current Application Alternative=
|
||||
Walk Through Windows of Current Application Alternative (Reverse)=
|
||||
Window Above Other Windows=Alt+F8
|
||||
Window Below Other Windows=Alt+F7
|
||||
Window Close=Alt+F4
|
||||
Window Fullscreen=Alt+F11
|
||||
Window Grow Horizontal=
|
||||
Window Grow Vertical=
|
||||
Window Lower=
|
||||
Window Maximize=Meta+PgUp; Alt+F10
|
||||
Window Maximize Horizontal=
|
||||
Window Maximize Vertical=
|
||||
Window Minimize=Meta+PgDown
|
||||
Window Move=
|
||||
Window Move Center=
|
||||
Window No Border=
|
||||
Window On All Desktops=Alt+F9
|
||||
Window One Desktop Down=Meta+Ctrl+Shift+Down
|
||||
Window One Desktop Up=Meta+Ctrl+Shift+Up
|
||||
Window One Desktop to the Left=Meta+Ctrl+Shift+Left
|
||||
Window One Desktop to the Right=Meta+Ctrl+Shift+Right
|
||||
Window Operations Menu=Alt+F3
|
||||
Window Pack Down=
|
||||
Window Pack Left=
|
||||
Window Pack Right=
|
||||
Window Pack Up=
|
||||
Window Quick Tile Bottom=Meta+Down
|
||||
Window Quick Tile Bottom Left=
|
||||
Window Quick Tile Bottom Right=
|
||||
Window Quick Tile Left=Meta+Left
|
||||
Window Quick Tile Right=Meta+Right
|
||||
Window Quick Tile Top=Meta+Up
|
||||
Window Quick Tile Top Left=
|
||||
Window Quick Tile Top Right=
|
||||
Window Raise=
|
||||
Window Resize=
|
||||
Window Shade=
|
||||
Window Shrink Horizontal=
|
||||
Window Shrink Vertical=
|
||||
Window to Desktop 1=Ctrl+Alt+!
|
||||
Window to Desktop 10=Ctrl+Alt+=
|
||||
Window to Desktop 11=
|
||||
Window to Desktop 12=
|
||||
Window to Desktop 13=
|
||||
Window to Desktop 14=
|
||||
Window to Desktop 15=
|
||||
Window to Desktop 16=
|
||||
Window to Desktop 17=
|
||||
Window to Desktop 18=
|
||||
Window to Desktop 19=
|
||||
Window to Desktop 2=Ctrl+Alt+"
|
||||
Window to Desktop 20=
|
||||
Window to Desktop 3=Ctrl+Alt+§
|
||||
Window to Desktop 4=Ctrl+Alt+$
|
||||
Window to Desktop 5=Ctrl+Alt+%
|
||||
Window to Desktop 6=Ctrl+Alt+&
|
||||
Window to Desktop 7=Ctrl+Alt+/
|
||||
Window to Desktop 8=Ctrl+Alt+(
|
||||
Window to Desktop 9=Ctrl+Alt+)
|
||||
Window to Next Desktop=Ctrl+Alt+Shift+Right
|
||||
Window to Next Screen=Meta+Shift+Right
|
||||
Window to Previous Desktop=Ctrl+Alt+Shift+Left
|
||||
Window to Previous Screen=Meta+Shift+Left
|
||||
Window to Screen 0=
|
||||
Window to Screen 1=
|
||||
Window to Screen 2=
|
||||
Window to Screen 3=
|
||||
Window to Screen 4=
|
||||
Window to Screen 5=
|
||||
Window to Screen 6=
|
||||
Window to Screen 7=
|
||||
view_actual_size=Meta+0
|
||||
view_zoom_in=Meta+=
|
||||
view_zoom_out=Meta+-
|
||||
|
||||
[mediacontrol][Global Shortcuts]
|
||||
mediavolumedown=
|
||||
mediavolumeup=
|
||||
nextmedia=Media Next
|
||||
pausemedia=Media Pause
|
||||
playmedia=
|
||||
playpausemedia=Media Play
|
||||
previousmedia=Media Previous
|
||||
stopmedia=Media Stop
|
||||
|
||||
[org.kde.dolphin.desktop][Global Shortcuts]
|
||||
_launch=Meta+E
|
||||
|
||||
[org.kde.krunner.desktop][Global Shortcuts]
|
||||
RunClipboard=Alt+Shift+F2
|
||||
_launch=Search; Alt+Space; Alt+F2
|
||||
|
||||
[org.kde.plasma.emojier.desktop][Global Shortcuts]
|
||||
_launch=Meta+.
|
||||
|
||||
[org.kde.spectacle.desktop][Global Shortcuts]
|
||||
ActiveWindowScreenShot=Meta+Print
|
||||
CurrentMonitorScreenShot=
|
||||
FullScreenScreenShot=
|
||||
OpenWithoutScreenshot=
|
||||
RectangularRegionScreenShot=Meta+Shift+Print; Print
|
||||
WindowUnderCursorScreenShot=Meta+Ctrl+Print
|
||||
_launch=Shift+Print
|
||||
|
||||
[org_kde_powerdevil][Global Shortcuts]
|
||||
Decrease Keyboard Brightness=Keyboard Brightness Down
|
||||
Decrease Screen Brightness=Monitor Brightness Down
|
||||
Hibernate=Hibernate
|
||||
Increase Keyboard Brightness=Keyboard Brightness Up
|
||||
Increase Screen Brightness=Monitor Brightness Up
|
||||
PowerDown=Power Down
|
||||
PowerOff=Power Off
|
||||
Sleep=Sleep
|
||||
Toggle Keyboard Backlight=Keyboard Light On/Off
|
||||
Turn Off Screen=
|
||||
|
||||
[plasmashell][Global Shortcuts]
|
||||
activate task manager entry 1=Meta+1
|
||||
activate task manager entry 10=
|
||||
activate task manager entry 2=Meta+2
|
||||
activate task manager entry 3=Meta+3
|
||||
activate task manager entry 4=Meta+4
|
||||
activate task manager entry 5=Meta+5
|
||||
activate task manager entry 6=Meta+6
|
||||
activate task manager entry 7=Meta+7
|
||||
activate task manager entry 8=Meta+8
|
||||
activate task manager entry 9=Meta+9
|
||||
activate widget 18=Meta+C
|
||||
activate widget 26=
|
||||
activate widget 3=Alt+F1
|
||||
activate widget 47=
|
||||
activate widget 75=
|
||||
clear-history=
|
||||
clipboard_action=Ctrl+Alt+X
|
||||
cycleNextAction=
|
||||
cyclePrevAction=
|
||||
edit_clipboard=
|
||||
manage activities=Meta+Q
|
||||
next activity=Meta+Tab; Meta+A
|
||||
previous activity=Meta+Shift+Tab
|
||||
repeat_action=Ctrl+Alt+R
|
||||
show dashboard=Ctrl+F12
|
||||
show-barcode=
|
||||
show-on-mouse-pos=Meta+V
|
||||
stop current activity=Meta+S
|
||||
switch to next activity=
|
||||
switch to previous activity=
|
||||
toggle do not disturb=
|
||||
|
||||
[systemsettings.desktop][Global Shortcuts]
|
||||
_launch=Tools
|
||||
kcm-kscreen=
|
||||
kcm-lookandfeel=
|
||||
kcm-users=
|
||||
powerdevilprofilesconfig=
|
||||
screenlocker=
|
||||
|
||||
[wacomtablet][Global Shortcuts]
|
||||
Map to fullscreen=Meta+Ctrl+F
|
||||
Map to screen 1=Meta+Ctrl+1
|
||||
Map to screen 2=Meta+Ctrl+2
|
||||
Next Profile=Meta+Ctrl+N
|
||||
Previous Profile=Meta+Ctrl+P
|
||||
Toggle screen map selection=Meta+Ctrl+M
|
||||
Toggle stylus mode=Meta+Ctrl+S
|
||||
Toggle touch tool=Meta+Ctrl+T
|
||||
|
||||
[yakuake][Global Shortcuts]
|
||||
toggle-window-state=Shift+F12
|
|
@ -0,0 +1,15 @@
|
|||
# This file is written by xdg-user-dirs-update
|
||||
# If you want to change or add directories, just edit the line you're
|
||||
# interested in. All local changes will be retained on the next run.
|
||||
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
|
||||
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||
# absolute path. No other format is supported.
|
||||
#
|
||||
XDG_DESKTOP_DIR="$HOME/Desktop/"
|
||||
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
||||
XDG_TEMPLATES_DIR="$HOME/Templates"
|
||||
XDG_PUBLICSHARE_DIR="$HOME/"
|
||||
XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||
XDG_MUSIC_DIR="$HOME/"
|
||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||
XDG_VIDEOS_DIR="$HOME/Videos"
|
10
.gitconfig
|
@ -1,10 +0,0 @@
|
|||
[user]
|
||||
email = software@cscherr.de
|
||||
name = PlexSheep
|
||||
signingkey = software@cscherr.de
|
||||
[credential]
|
||||
helper = store --file ~/.git-credentials
|
||||
[commit]
|
||||
gpgsign = false
|
||||
[pull]
|
||||
rebase = false
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
wips=$(git log --oneline --no-decorate | grep -i wip )
|
||||
wips_n=$(echo "$wips" | wc -l)
|
||||
LOCKFILE=/tmp/githook.allow_wip
|
||||
|
||||
if [[ ! -f $LOCKFILE && -n "$wips" ]]; then
|
||||
# Allows us to read user input below, assigns stdin to keyboard
|
||||
exec < /dev/tty
|
||||
echo "contains $wips_n WIP commit(s)"
|
||||
read -p "Really push? (Y/N) " -n 1 -r
|
||||
case "$REPLY" in
|
||||
y|Y ) echo -e "\ncontinuing..."; touch $LOCKFILE;;
|
||||
* ) echo -e "\naborting."; exit 1;;
|
||||
esac
|
||||
fi
|
|
@ -1,10 +1,13 @@
|
|||
# ignore all
|
||||
**
|
||||
*
|
||||
|
||||
# except:
|
||||
!.zshrc
|
||||
!.zprofile
|
||||
!.vimrc
|
||||
!.ideavimrc
|
||||
!.githooks
|
||||
!.githooks/**
|
||||
!.config
|
||||
!.config/nvim
|
||||
!.config/nvim/**
|
||||
|
@ -12,11 +15,12 @@
|
|||
!.config/btop/**
|
||||
!.config/kitty
|
||||
!.config/kitty/**
|
||||
!.config/rustfmt/**
|
||||
!.config/rustfmt/
|
||||
!.gitignore
|
||||
!.zsh
|
||||
!.zsh/**
|
||||
!.tmux.conf
|
||||
!.gitconfig
|
||||
!.local/fzf
|
||||
!.local/fzf/**
|
||||
!.local/nvim
|
||||
|
@ -25,10 +29,9 @@
|
|||
!.local/share/nvim/**
|
||||
!.terminfo
|
||||
!.terminfo/**
|
||||
!.config/shortkuts.kksrc
|
||||
!.config/user-dirs.dirs
|
||||
|
||||
# except except
|
||||
.config/btop/btop.log
|
||||
.config/btop/btop.log
|
||||
!.ssh
|
||||
!.ssh/**
|
||||
.ssh/id_rsa
|
||||
.ssh/id_rsa.pub
|
||||
.ssh/known_hosts
|
||||
.ssh/known_hosts.old
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
[submodule ".config/nvim"]
|
||||
[submodule "NvChad"]
|
||||
path = .config/nvim
|
||||
url = https://git.cscherr.de/PlexSheep/neovim-confs
|
||||
[submodule "nvchad-custom"]
|
||||
path = .custon/nvim/lua/custom
|
||||
url = https://git.cscherr.de/PlexSheep/nvchad-custom
|
||||
[submodule ".zsh/plugins/zsh-autoquoter"]
|
||||
path = .zsh/plugins/zsh-autoquoter
|
||||
url = https://github.com/ianthehenry/zsh-autoquoter
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvrP6uUJJodYEL9vn6azufoz8rNhRmi7f4kBJge9BzhLJJjn39xe6aQESHqjNxUdy4ef2C1hsxxbakS+caioPvJHvvvE3dI/kWFjlwpfnVPLyDHfLLglKg/fH7Y9FYKKV/bt38+usv0uRxTKBZ2T+Jy2pUa3EAy0h/LainCbQpDjTOFYT8ONgFsYCalUcqNm3kwJBN+bvv7SawnrWJNDIzns0ewO6WYGGnUZNxgsby6E40Wemy3G7GZGirlt1uXMjV//9rzSiyLb76ZBvbRGy0rVkzNLOFhmIl3AJO7Q+VxchIaZsrNF6Jh1fWojj0gBvLauocen0cuFjQcjfvXbJ/ root@homeserver
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUSOYJR2E7tab8LnynSd2TWA+ROykheTXNP7u2dQWOCMtEK/4S9JGBQKpzVW+nR+4qJG6CVkNKUTNlW6xNau1AnRL1s4bopqbwZgPqtOBfPJV92ainAr3s0+Zlm0NwQvCFM690K/Xw3LDNBWmOCmIz5Ak2uStyjJh0cuph0EtWZ9vBD4sp6brJwKkkf1rKL47Y/zJ7weepyhU3Z4nGgUoUEOKJY/4aNpSgkb0iWxOueZsRajaj+7lO7CqNz75o+ZfmZaidfPE/GdqF++MnCCxychYzgxNqZQeXxeJuAyX1CAfbEmWgQ70Vx74ktKEFD1UmBYdFyONZaoQBps89s8pXmB7YUWS70rycqZ8W87sZgBp+s6DyzoBjchgyL/S8Gn64q7n67Ei+FaCkrTq6ZU+GFrwqK4uRB4wKGBNZuXZaIPQsL8Wurg7onaeiOEQ+r6BQ5aah5n2Iir61E7EoOSZaD5xsgisFET8Y5J5Rf22UsHOU/D/x4ZXXSi/RgTkKBzs= plex@theseus
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMalrcG0FB8zj+/OHIUuZHxoZH3DaCzLmlPDfufJErwQ plex@homeserver
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE57SVP8NtWqZkl46EEp63dGg4dMteG01Kh1r1xsWnfD plex@theseus
|
|
@ -0,0 +1,11 @@
|
|||
export GEM_HOME="$HOME/.local/share/gems"
|
||||
export PATH="/usr/bin:/usr/sbin:$HOME/.local/bin:$HOME/.cargo/bin:/usr/local/bin:$HOME/.deno/bin:/usr/games/:$GEM_HOME/bin"
|
||||
export EDITOR=nvim
|
||||
export editor=nvim
|
||||
export XDG_CONFIG_HOME=~/.config
|
||||
|
||||
export GTK_IM_MODULE=ibus
|
||||
export QT_IM_MODULE=ibus
|
||||
export SDL_IM_MODULE=ibus
|
||||
export GLFW_IM_MODULE=ibus
|
||||
export XMODIFIERS=@im=ibus
|
0
.zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
Executable file → Normal file
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |