Merge branch 'main' of ssh://git.pogmom.me:10022/pogmommy/dotfiles
This commit is contained in:
commit
64bebd31a9
11 changed files with 888 additions and 15 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
(label
|
(label
|
||||||
:class "revealer-preview ${(EWW_BATTERY == '' || jq(EWW_BATTERY,'.[].status?','r') == 'Charging') ? 'active' : '' }"
|
:class "revealer-preview ${(EWW_BATTERY == '' || jq(EWW_BATTERY,'.[].status?','r') == 'Charging') ? 'active' : '' }"
|
||||||
:tooltip `${(EWW_BATTERY == "" || jq(EWW_BATTERY,'.[].status?') == '"Charging"') ? "Charging" : "Discharging"}, ${(EWW_BATTERY == "") ? "" : "${round(jq(EWW_BATTERY,'.total_avg?'),1)}% of total average"}`
|
:tooltip `${(EWW_BATTERY == "" || jq(EWW_BATTERY,'.[].status?') == '"Charging"') ? "Charging" : "Discharging"}, ${(EWW_BATTERY == "") ? "" : "${round(jq(EWW_BATTERY,'.total_avg?'),1)}% of total average"}`
|
||||||
:text `${(EWW_BATTERY == "" || jq(EWW_BATTERY,'.[].status?') == '"Charging"') ? " " : " "}${(EWW_BATTERY == "") ? "" : "${round(jq(EWW_BATTERY,'.[].capacity?'),0)}%"}`)
|
:text `${(EWW_BATTERY == "" || jq(EWW_BATTERY,'.[].status?') == '"Charging"') ? " " : " "}${(EWW_BATTERY == "") ? "" : "${round(jq(EWW_BATTERY,'first(.[].capacity?)'),0)}%"}`)
|
||||||
(battery_children)))
|
(battery_children)))
|
||||||
(defwidget battery_children []
|
(defwidget battery_children []
|
||||||
(box :class "reveal-children"
|
(box :class "reveal-children"
|
||||||
|
|
@ -18,5 +18,5 @@
|
||||||
(progress
|
(progress
|
||||||
:height 10
|
:height 10
|
||||||
:valign "center"
|
:valign "center"
|
||||||
:value {(EWW_BATTERY == "") ? 100 : jq(EWW_BATTERY,'.[].capacity?')}
|
:value {(EWW_BATTERY == "") ? 100 : jq(EWW_BATTERY,'first(.[].capacity?)')}
|
||||||
:orientation "h"))))
|
:orientation "h"))))
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=pogmom-gtk
|
gtk-theme-name=pogmom-gtk
|
||||||
gtk-icon-theme-name=breeze-dark
|
gtk-icon-theme-name=breeze-dark
|
||||||
gtk-font-name=Overpass Nerd Font Propo 10
|
gtk-font-name=Adwaita Sans 11
|
||||||
gtk-cursor-theme-name=Adwaita
|
gtk-cursor-theme-name=Adwaita
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
|
@ -14,4 +14,4 @@ gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintslight
|
gtk-xft-hintstyle=hintslight
|
||||||
gtk-xft-rgba=rgb
|
gtk-xft-rgba=rgb
|
||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme=0
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,10 @@ window#DP-1 {
|
||||||
background-image: url("../../.cache/sway-profiles-rs/lock/DP-1.jpg");
|
background-image: url("../../.cache/sway-profiles-rs/lock/DP-1.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window#DSI-1 {
|
||||||
|
background-image: url("../../.cache/sway-profiles-rs/lock/DSI-1.jpg");
|
||||||
|
}
|
||||||
|
|
||||||
window#eDP-1 {
|
window#eDP-1 {
|
||||||
background-image: url("../../.cache/sway-profiles-rs/lock/eDP-1.jpg");
|
background-image: url("../../.cache/sway-profiles-rs/lock/eDP-1.jpg");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ Fallback Encoding=ISO 8859-15
|
||||||
[KTextEditor Renderer]
|
[KTextEditor Renderer]
|
||||||
Animate Bracket Matching=false
|
Animate Bracket Matching=false
|
||||||
Auto Color Theme Selection=true
|
Auto Color Theme Selection=true
|
||||||
Color Theme=Breeze Dark
|
Color Theme=Breeze Light
|
||||||
Font=monospace,9,-1,2,50,0,0,0,0,0
|
Font=monospace,9,-1,2,50,0,0,0,0,0
|
||||||
Line Height Multiplier=1.3
|
Line Height Multiplier=1.3
|
||||||
Show Indentation Lines=false
|
Show Indentation Lines=false
|
||||||
|
|
@ -169,8 +169,10 @@ RunPrefix=
|
||||||
SetEditor=false
|
SetEditor=false
|
||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
1920x1200 screen: Height=1119
|
1560x720 screen: Height=636
|
||||||
1920x1200 screen: Width=1025
|
1560x720 screen: Width=731
|
||||||
|
1920x1200 screen: Height=352
|
||||||
|
1920x1200 screen: Width=453
|
||||||
2 screens: Height=1119
|
2 screens: Height=1119
|
||||||
2 screens: Width=490
|
2 screens: Width=490
|
||||||
2048x1280 screen: Height=592
|
2048x1280 screen: Height=592
|
||||||
|
|
|
||||||
222
de/home/.config/katerc_BACKUP_2838
Normal file
222
de/home/.config/katerc_BACKUP_2838
Normal file
|
|
@ -0,0 +1,222 @@
|
||||||
|
[General]
|
||||||
|
Allow Tab Scrolling=true
|
||||||
|
Auto Hide Tabs=false
|
||||||
|
Close After Last=true
|
||||||
|
Close documents with window=true
|
||||||
|
Cycle To First Tab=true
|
||||||
|
Days Meta Infos=30
|
||||||
|
Diagnostics Limit=12000
|
||||||
|
Diff Show Style=0
|
||||||
|
Elide Tab Text=false
|
||||||
|
Enable Context ToolView=false
|
||||||
|
Expand Tabs=false
|
||||||
|
Icon size for left and right sidebar buttons=32
|
||||||
|
Modified Notification=false
|
||||||
|
Mouse back button action=0
|
||||||
|
Mouse forward button action=0
|
||||||
|
Open New Tab To The Right Of Current=false
|
||||||
|
Output History Limit=100
|
||||||
|
Output With Date=false
|
||||||
|
PinnedDocuments=
|
||||||
|
Recent File List Entry Count=10
|
||||||
|
Restore Window Configuration=true
|
||||||
|
SDI Mode=false
|
||||||
|
Save Meta Infos=true
|
||||||
|
Show Full Path in Title=false
|
||||||
|
Show Menu Bar=true
|
||||||
|
Show Status Bar=true
|
||||||
|
Show Symbol In Navigation Bar=true
|
||||||
|
Show Tab Bar=true
|
||||||
|
Show Tabs Close Button=true
|
||||||
|
Show Url Nav Bar=true
|
||||||
|
Show output view for message type=1
|
||||||
|
Show text for left and right sidebar=false
|
||||||
|
Show welcome view for new window=false
|
||||||
|
Startup Session=new
|
||||||
|
Stash new unsaved files=true
|
||||||
|
Stash unsaved file changes=false
|
||||||
|
Sync section size with tab positions=false
|
||||||
|
Tab Double Click New Document=true
|
||||||
|
Tab Middle Click Close Document=true
|
||||||
|
Tabbar Tab Limit=0
|
||||||
|
|
||||||
|
[KTextEditor Document]
|
||||||
|
Allow End of Line Detection=true
|
||||||
|
Auto Detect Indent=true
|
||||||
|
Auto Reload If State Is In Version Control=true
|
||||||
|
Auto Save=false
|
||||||
|
Auto Save Interval=0
|
||||||
|
Auto Save On Focus Out=false
|
||||||
|
BOM=false
|
||||||
|
Backup Local=false
|
||||||
|
Backup Prefix=
|
||||||
|
Backup Remote=false
|
||||||
|
Backup Suffix=~
|
||||||
|
Camel Cursor=true
|
||||||
|
Encoding=UTF-8
|
||||||
|
End of Line=0
|
||||||
|
Indent On Backspace=true
|
||||||
|
Indent On Tab=true
|
||||||
|
Indent On Text Paste=false
|
||||||
|
Indentation Mode=normal
|
||||||
|
Indentation Width=4
|
||||||
|
Keep Extra Spaces=false
|
||||||
|
Line Length Limit=10000
|
||||||
|
Newline at End of File=true
|
||||||
|
On-The-Fly Spellcheck=false
|
||||||
|
Overwrite Mode=false
|
||||||
|
PageUp/PageDown Moves Cursor=false
|
||||||
|
Remove Spaces=1
|
||||||
|
ReplaceTabsDyn=true
|
||||||
|
Show Spaces=0
|
||||||
|
Show Tabs=true
|
||||||
|
Smart Home=true
|
||||||
|
Swap Directory=
|
||||||
|
Swap File Mode=1
|
||||||
|
Swap Sync Interval=15
|
||||||
|
Tab Handling=2
|
||||||
|
Tab Width=4
|
||||||
|
Trailing Marker Size=1
|
||||||
|
Word Wrap=false
|
||||||
|
Word Wrap Column=80
|
||||||
|
|
||||||
|
[KTextEditor Editor]
|
||||||
|
Encoding Prober Type=1
|
||||||
|
Fallback Encoding=ISO 8859-15
|
||||||
|
|
||||||
|
[KTextEditor Renderer]
|
||||||
|
Animate Bracket Matching=false
|
||||||
|
Auto Color Theme Selection=true
|
||||||
|
Color Theme=Breeze Light
|
||||||
|
Font=monospace,9,-1,2,50,0,0,0,0,0
|
||||||
|
Line Height Multiplier=1.3
|
||||||
|
Show Indentation Lines=false
|
||||||
|
Show Whole Bracket Expression=false
|
||||||
|
Text Font=Monospace,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||||
|
Text Font Features=
|
||||||
|
Word Wrap Marker=false
|
||||||
|
|
||||||
|
[KTextEditor View]
|
||||||
|
Allow Mark Menu=true
|
||||||
|
Auto Brackets=true
|
||||||
|
Auto Center Lines=0
|
||||||
|
Auto Completion=true
|
||||||
|
Auto Completion Preselect First Entry=true
|
||||||
|
Backspace Remove Composed Characters=false
|
||||||
|
Bookmark Menu Sorting=0
|
||||||
|
Bracket Match Preview=false
|
||||||
|
Chars To Enclose Selection=<>(){}[]'"
|
||||||
|
Cycle Through Bookmarks=true
|
||||||
|
Default Mark Type=1
|
||||||
|
Dynamic Word Wrap=true
|
||||||
|
Dynamic Word Wrap Align Indent=80
|
||||||
|
Dynamic Word Wrap At Static Marker=false
|
||||||
|
Dynamic Word Wrap Indicators=1
|
||||||
|
Dynamic Wrap not at word boundaries=false
|
||||||
|
Enable Accessibility=true
|
||||||
|
Enable Tab completion=false
|
||||||
|
Enter To Insert Completion=true
|
||||||
|
Fold First Line=false
|
||||||
|
Folding Bar=true
|
||||||
|
Folding Preview=true
|
||||||
|
Icon Bar=false
|
||||||
|
Input Mode=0
|
||||||
|
Keyword Completion=true
|
||||||
|
Line Modification=true
|
||||||
|
Line Numbers=true
|
||||||
|
Max Clipboard History Entries=20
|
||||||
|
Maximum Search History Size=100
|
||||||
|
Mouse Paste At Cursor Position=false
|
||||||
|
Multiple Cursor Modifier=134217728
|
||||||
|
Persistent Selection=false
|
||||||
|
Scroll Bar Marks=false
|
||||||
|
Scroll Bar Mini Map All=true
|
||||||
|
Scroll Bar Mini Map Width=60
|
||||||
|
Scroll Bar MiniMap=true
|
||||||
|
Scroll Bar Preview=true
|
||||||
|
Scroll Past End=false
|
||||||
|
Search/Replace Flags=140
|
||||||
|
Shoe Line Ending Type in Statusbar=false
|
||||||
|
Show Documentation With Completion=true
|
||||||
|
Show File Encoding=true
|
||||||
|
Show Focus Frame Around Editor=true
|
||||||
|
Show Folding Icons On Hover Only=true
|
||||||
|
Show Line Count=false
|
||||||
|
Show Scrollbars=0
|
||||||
|
Show Statusbar Dictionary=true
|
||||||
|
Show Statusbar Highlighting Mode=true
|
||||||
|
Show Statusbar Input Mode=true
|
||||||
|
Show Statusbar Line Column=true
|
||||||
|
Show Statusbar Tab Settings=true
|
||||||
|
Show Word Count=false
|
||||||
|
Smart Copy Cut=true
|
||||||
|
Statusbar Line Column Compact Mode=true
|
||||||
|
Text Drag And Drop=true
|
||||||
|
User Sets Of Chars To Enclose Selection=
|
||||||
|
Vi Input Mode Steal Keys=false
|
||||||
|
Vi Relative Line Numbers=false
|
||||||
|
Word Completion=true
|
||||||
|
Word Completion Minimal Word Length=3
|
||||||
|
Word Completion Remove Tail=true
|
||||||
|
|
||||||
|
[Konsole]
|
||||||
|
AutoSyncronize=true
|
||||||
|
AutoSyncronizeMode=0
|
||||||
|
KonsoleEscKeyBehaviour=true
|
||||||
|
KonsoleEscKeyExceptions=vi,vim,nvim,git
|
||||||
|
RemoveExtension=true
|
||||||
|
RunPrefix=
|
||||||
|
SetEditor=false
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
<<<<<<< HEAD
|
||||||
|
1560x720 screen: Height=636
|
||||||
|
1560x720 screen: Width=731
|
||||||
|
1920x1200 screen: Height=352
|
||||||
|
1920x1200 screen: Width=453
|
||||||
|
=======
|
||||||
|
1920x1200 screen: Height=1119
|
||||||
|
1920x1200 screen: Width=1025
|
||||||
|
>>>>>>> a21a21e58abd99995c825f7c9711c1799b46a30d
|
||||||
|
2 screens: Height=1119
|
||||||
|
2 screens: Width=490
|
||||||
|
2048x1280 screen: Height=1199
|
||||||
|
2048x1280 screen: Width=2024
|
||||||
|
3 screens: Height=1025
|
||||||
|
3 screens: Width=1602
|
||||||
|
|
||||||
|
[filetree]
|
||||||
|
editShade=183,220,246
|
||||||
|
listMode=false
|
||||||
|
middleClickToClose=false
|
||||||
|
shadingEnabled=true
|
||||||
|
showCloseButton=false
|
||||||
|
showFullPathOnRoots=false
|
||||||
|
showToolbar=true
|
||||||
|
sortRole=0
|
||||||
|
viewShade=211,190,222
|
||||||
|
|
||||||
|
[lspclient]
|
||||||
|
AllowedServerCommandLines=
|
||||||
|
AutoHover=true
|
||||||
|
AutoImport=true
|
||||||
|
BlockedServerCommandLines=/usr/bin/rust-analyzer
|
||||||
|
CompletionDocumentation=true
|
||||||
|
CompletionParens=true
|
||||||
|
Diagnostics=true
|
||||||
|
FormatOnSave=false
|
||||||
|
HighlightGoto=true
|
||||||
|
HighlightSymbol=true
|
||||||
|
IncrementalSync=false
|
||||||
|
InlayHints=false
|
||||||
|
Messages=true
|
||||||
|
ReferencesDeclaration=true
|
||||||
|
SemanticHighlighting=true
|
||||||
|
ServerConfiguration=
|
||||||
|
ShowCompletions=true
|
||||||
|
SignatureHelp=true
|
||||||
|
SymbolDetails=false
|
||||||
|
SymbolExpand=true
|
||||||
|
SymbolSort=false
|
||||||
|
SymbolTree=true
|
||||||
|
TypeFormatting=false
|
||||||
215
de/home/.config/katerc_BASE_2838
Normal file
215
de/home/.config/katerc_BASE_2838
Normal file
|
|
@ -0,0 +1,215 @@
|
||||||
|
[General]
|
||||||
|
Allow Tab Scrolling=true
|
||||||
|
Auto Hide Tabs=false
|
||||||
|
Close After Last=true
|
||||||
|
Close documents with window=true
|
||||||
|
Cycle To First Tab=true
|
||||||
|
Days Meta Infos=30
|
||||||
|
Diagnostics Limit=12000
|
||||||
|
Diff Show Style=0
|
||||||
|
Elide Tab Text=false
|
||||||
|
Enable Context ToolView=false
|
||||||
|
Expand Tabs=false
|
||||||
|
Icon size for left and right sidebar buttons=32
|
||||||
|
Modified Notification=false
|
||||||
|
Mouse back button action=0
|
||||||
|
Mouse forward button action=0
|
||||||
|
Open New Tab To The Right Of Current=false
|
||||||
|
Output History Limit=100
|
||||||
|
Output With Date=false
|
||||||
|
PinnedDocuments=
|
||||||
|
Recent File List Entry Count=10
|
||||||
|
Restore Window Configuration=true
|
||||||
|
SDI Mode=false
|
||||||
|
Save Meta Infos=true
|
||||||
|
Show Full Path in Title=false
|
||||||
|
Show Menu Bar=true
|
||||||
|
Show Status Bar=true
|
||||||
|
Show Symbol In Navigation Bar=true
|
||||||
|
Show Tab Bar=true
|
||||||
|
Show Tabs Close Button=true
|
||||||
|
Show Url Nav Bar=true
|
||||||
|
Show output view for message type=1
|
||||||
|
Show text for left and right sidebar=false
|
||||||
|
Show welcome view for new window=false
|
||||||
|
Startup Session=new
|
||||||
|
Stash new unsaved files=true
|
||||||
|
Stash unsaved file changes=false
|
||||||
|
Sync section size with tab positions=false
|
||||||
|
Tab Double Click New Document=true
|
||||||
|
Tab Middle Click Close Document=true
|
||||||
|
Tabbar Tab Limit=0
|
||||||
|
|
||||||
|
[KTextEditor Document]
|
||||||
|
Allow End of Line Detection=true
|
||||||
|
Auto Detect Indent=true
|
||||||
|
Auto Reload If State Is In Version Control=true
|
||||||
|
Auto Save=false
|
||||||
|
Auto Save Interval=0
|
||||||
|
Auto Save On Focus Out=false
|
||||||
|
BOM=false
|
||||||
|
Backup Local=false
|
||||||
|
Backup Prefix=
|
||||||
|
Backup Remote=false
|
||||||
|
Backup Suffix=~
|
||||||
|
Camel Cursor=true
|
||||||
|
Encoding=UTF-8
|
||||||
|
End of Line=0
|
||||||
|
Indent On Backspace=true
|
||||||
|
Indent On Tab=true
|
||||||
|
Indent On Text Paste=false
|
||||||
|
Indentation Mode=normal
|
||||||
|
Indentation Width=4
|
||||||
|
Keep Extra Spaces=false
|
||||||
|
Line Length Limit=10000
|
||||||
|
Newline at End of File=true
|
||||||
|
On-The-Fly Spellcheck=false
|
||||||
|
Overwrite Mode=false
|
||||||
|
PageUp/PageDown Moves Cursor=false
|
||||||
|
Remove Spaces=1
|
||||||
|
ReplaceTabsDyn=true
|
||||||
|
Show Spaces=0
|
||||||
|
Show Tabs=true
|
||||||
|
Smart Home=true
|
||||||
|
Swap Directory=
|
||||||
|
Swap File Mode=1
|
||||||
|
Swap Sync Interval=15
|
||||||
|
Tab Handling=2
|
||||||
|
Tab Width=4
|
||||||
|
Trailing Marker Size=1
|
||||||
|
Word Wrap=false
|
||||||
|
Word Wrap Column=80
|
||||||
|
|
||||||
|
[KTextEditor Editor]
|
||||||
|
Encoding Prober Type=1
|
||||||
|
Fallback Encoding=ISO 8859-15
|
||||||
|
|
||||||
|
[KTextEditor Renderer]
|
||||||
|
Animate Bracket Matching=false
|
||||||
|
Auto Color Theme Selection=true
|
||||||
|
Color Theme=Breeze Dark
|
||||||
|
Font=monospace,9,-1,2,50,0,0,0,0,0
|
||||||
|
Line Height Multiplier=1.3
|
||||||
|
Show Indentation Lines=false
|
||||||
|
Show Whole Bracket Expression=false
|
||||||
|
Text Font=Monospace,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||||
|
Text Font Features=
|
||||||
|
Word Wrap Marker=false
|
||||||
|
|
||||||
|
[KTextEditor View]
|
||||||
|
Allow Mark Menu=true
|
||||||
|
Auto Brackets=true
|
||||||
|
Auto Center Lines=0
|
||||||
|
Auto Completion=true
|
||||||
|
Auto Completion Preselect First Entry=true
|
||||||
|
Backspace Remove Composed Characters=false
|
||||||
|
Bookmark Menu Sorting=0
|
||||||
|
Bracket Match Preview=false
|
||||||
|
Chars To Enclose Selection=<>(){}[]'"
|
||||||
|
Cycle Through Bookmarks=true
|
||||||
|
Default Mark Type=1
|
||||||
|
Dynamic Word Wrap=true
|
||||||
|
Dynamic Word Wrap Align Indent=80
|
||||||
|
Dynamic Word Wrap At Static Marker=false
|
||||||
|
Dynamic Word Wrap Indicators=1
|
||||||
|
Dynamic Wrap not at word boundaries=false
|
||||||
|
Enable Accessibility=true
|
||||||
|
Enable Tab completion=false
|
||||||
|
Enter To Insert Completion=true
|
||||||
|
Fold First Line=false
|
||||||
|
Folding Bar=true
|
||||||
|
Folding Preview=true
|
||||||
|
Icon Bar=false
|
||||||
|
Input Mode=0
|
||||||
|
Keyword Completion=true
|
||||||
|
Line Modification=true
|
||||||
|
Line Numbers=true
|
||||||
|
Max Clipboard History Entries=20
|
||||||
|
Maximum Search History Size=100
|
||||||
|
Mouse Paste At Cursor Position=false
|
||||||
|
Multiple Cursor Modifier=134217728
|
||||||
|
Persistent Selection=false
|
||||||
|
Scroll Bar Marks=false
|
||||||
|
Scroll Bar Mini Map All=true
|
||||||
|
Scroll Bar Mini Map Width=60
|
||||||
|
Scroll Bar MiniMap=true
|
||||||
|
Scroll Bar Preview=true
|
||||||
|
Scroll Past End=false
|
||||||
|
Search/Replace Flags=140
|
||||||
|
Shoe Line Ending Type in Statusbar=false
|
||||||
|
Show Documentation With Completion=true
|
||||||
|
Show File Encoding=true
|
||||||
|
Show Focus Frame Around Editor=true
|
||||||
|
Show Folding Icons On Hover Only=true
|
||||||
|
Show Line Count=false
|
||||||
|
Show Scrollbars=0
|
||||||
|
Show Statusbar Dictionary=true
|
||||||
|
Show Statusbar Highlighting Mode=true
|
||||||
|
Show Statusbar Input Mode=true
|
||||||
|
Show Statusbar Line Column=true
|
||||||
|
Show Statusbar Tab Settings=true
|
||||||
|
Show Word Count=false
|
||||||
|
Smart Copy Cut=true
|
||||||
|
Statusbar Line Column Compact Mode=true
|
||||||
|
Text Drag And Drop=true
|
||||||
|
User Sets Of Chars To Enclose Selection=
|
||||||
|
Vi Input Mode Steal Keys=false
|
||||||
|
Vi Relative Line Numbers=false
|
||||||
|
Word Completion=true
|
||||||
|
Word Completion Minimal Word Length=3
|
||||||
|
Word Completion Remove Tail=true
|
||||||
|
|
||||||
|
[Konsole]
|
||||||
|
AutoSyncronize=true
|
||||||
|
AutoSyncronizeMode=0
|
||||||
|
KonsoleEscKeyBehaviour=true
|
||||||
|
KonsoleEscKeyExceptions=vi,vim,nvim,git
|
||||||
|
RemoveExtension=true
|
||||||
|
RunPrefix=
|
||||||
|
SetEditor=false
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
1920x1200 screen: Height=352
|
||||||
|
1920x1200 screen: Width=453
|
||||||
|
2 screens: Height=1119
|
||||||
|
2 screens: Width=490
|
||||||
|
2048x1280 screen: Height=1030
|
||||||
|
2048x1280 screen: Width=1005
|
||||||
|
3 screens: Height=1359
|
||||||
|
3 screens: Width=3416
|
||||||
|
|
||||||
|
[filetree]
|
||||||
|
editShade=183,220,246
|
||||||
|
listMode=false
|
||||||
|
middleClickToClose=false
|
||||||
|
shadingEnabled=true
|
||||||
|
showCloseButton=false
|
||||||
|
showFullPathOnRoots=false
|
||||||
|
showToolbar=true
|
||||||
|
sortRole=0
|
||||||
|
viewShade=211,190,222
|
||||||
|
|
||||||
|
[lspclient]
|
||||||
|
AllowedServerCommandLines=
|
||||||
|
AutoHover=true
|
||||||
|
AutoImport=true
|
||||||
|
BlockedServerCommandLines=/usr/bin/rust-analyzer
|
||||||
|
CompletionDocumentation=true
|
||||||
|
CompletionParens=true
|
||||||
|
Diagnostics=true
|
||||||
|
FormatOnSave=false
|
||||||
|
HighlightGoto=true
|
||||||
|
HighlightSymbol=true
|
||||||
|
IncrementalSync=false
|
||||||
|
InlayHints=false
|
||||||
|
Messages=true
|
||||||
|
ReferencesDeclaration=true
|
||||||
|
SemanticHighlighting=true
|
||||||
|
ServerConfiguration=
|
||||||
|
ShowCompletions=true
|
||||||
|
SignatureHelp=true
|
||||||
|
SymbolDetails=false
|
||||||
|
SymbolExpand=true
|
||||||
|
SymbolSort=false
|
||||||
|
SymbolTree=true
|
||||||
|
TypeFormatting=false
|
||||||
217
de/home/.config/katerc_LOCAL_2838
Normal file
217
de/home/.config/katerc_LOCAL_2838
Normal file
|
|
@ -0,0 +1,217 @@
|
||||||
|
[General]
|
||||||
|
Allow Tab Scrolling=true
|
||||||
|
Auto Hide Tabs=false
|
||||||
|
Close After Last=true
|
||||||
|
Close documents with window=true
|
||||||
|
Cycle To First Tab=true
|
||||||
|
Days Meta Infos=30
|
||||||
|
Diagnostics Limit=12000
|
||||||
|
Diff Show Style=0
|
||||||
|
Elide Tab Text=false
|
||||||
|
Enable Context ToolView=false
|
||||||
|
Expand Tabs=false
|
||||||
|
Icon size for left and right sidebar buttons=32
|
||||||
|
Modified Notification=false
|
||||||
|
Mouse back button action=0
|
||||||
|
Mouse forward button action=0
|
||||||
|
Open New Tab To The Right Of Current=false
|
||||||
|
Output History Limit=100
|
||||||
|
Output With Date=false
|
||||||
|
PinnedDocuments=
|
||||||
|
Recent File List Entry Count=10
|
||||||
|
Restore Window Configuration=true
|
||||||
|
SDI Mode=false
|
||||||
|
Save Meta Infos=true
|
||||||
|
Show Full Path in Title=false
|
||||||
|
Show Menu Bar=true
|
||||||
|
Show Status Bar=true
|
||||||
|
Show Symbol In Navigation Bar=true
|
||||||
|
Show Tab Bar=true
|
||||||
|
Show Tabs Close Button=true
|
||||||
|
Show Url Nav Bar=true
|
||||||
|
Show output view for message type=1
|
||||||
|
Show text for left and right sidebar=false
|
||||||
|
Show welcome view for new window=false
|
||||||
|
Startup Session=new
|
||||||
|
Stash new unsaved files=true
|
||||||
|
Stash unsaved file changes=false
|
||||||
|
Sync section size with tab positions=false
|
||||||
|
Tab Double Click New Document=true
|
||||||
|
Tab Middle Click Close Document=true
|
||||||
|
Tabbar Tab Limit=0
|
||||||
|
|
||||||
|
[KTextEditor Document]
|
||||||
|
Allow End of Line Detection=true
|
||||||
|
Auto Detect Indent=true
|
||||||
|
Auto Reload If State Is In Version Control=true
|
||||||
|
Auto Save=false
|
||||||
|
Auto Save Interval=0
|
||||||
|
Auto Save On Focus Out=false
|
||||||
|
BOM=false
|
||||||
|
Backup Local=false
|
||||||
|
Backup Prefix=
|
||||||
|
Backup Remote=false
|
||||||
|
Backup Suffix=~
|
||||||
|
Camel Cursor=true
|
||||||
|
Encoding=UTF-8
|
||||||
|
End of Line=0
|
||||||
|
Indent On Backspace=true
|
||||||
|
Indent On Tab=true
|
||||||
|
Indent On Text Paste=false
|
||||||
|
Indentation Mode=normal
|
||||||
|
Indentation Width=4
|
||||||
|
Keep Extra Spaces=false
|
||||||
|
Line Length Limit=10000
|
||||||
|
Newline at End of File=true
|
||||||
|
On-The-Fly Spellcheck=false
|
||||||
|
Overwrite Mode=false
|
||||||
|
PageUp/PageDown Moves Cursor=false
|
||||||
|
Remove Spaces=1
|
||||||
|
ReplaceTabsDyn=true
|
||||||
|
Show Spaces=0
|
||||||
|
Show Tabs=true
|
||||||
|
Smart Home=true
|
||||||
|
Swap Directory=
|
||||||
|
Swap File Mode=1
|
||||||
|
Swap Sync Interval=15
|
||||||
|
Tab Handling=2
|
||||||
|
Tab Width=4
|
||||||
|
Trailing Marker Size=1
|
||||||
|
Word Wrap=false
|
||||||
|
Word Wrap Column=80
|
||||||
|
|
||||||
|
[KTextEditor Editor]
|
||||||
|
Encoding Prober Type=1
|
||||||
|
Fallback Encoding=ISO 8859-15
|
||||||
|
|
||||||
|
[KTextEditor Renderer]
|
||||||
|
Animate Bracket Matching=false
|
||||||
|
Auto Color Theme Selection=true
|
||||||
|
Color Theme=Breeze Light
|
||||||
|
Font=monospace,9,-1,2,50,0,0,0,0,0
|
||||||
|
Line Height Multiplier=1.3
|
||||||
|
Show Indentation Lines=false
|
||||||
|
Show Whole Bracket Expression=false
|
||||||
|
Text Font=Monospace,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||||
|
Text Font Features=
|
||||||
|
Word Wrap Marker=false
|
||||||
|
|
||||||
|
[KTextEditor View]
|
||||||
|
Allow Mark Menu=true
|
||||||
|
Auto Brackets=true
|
||||||
|
Auto Center Lines=0
|
||||||
|
Auto Completion=true
|
||||||
|
Auto Completion Preselect First Entry=true
|
||||||
|
Backspace Remove Composed Characters=false
|
||||||
|
Bookmark Menu Sorting=0
|
||||||
|
Bracket Match Preview=false
|
||||||
|
Chars To Enclose Selection=<>(){}[]'"
|
||||||
|
Cycle Through Bookmarks=true
|
||||||
|
Default Mark Type=1
|
||||||
|
Dynamic Word Wrap=true
|
||||||
|
Dynamic Word Wrap Align Indent=80
|
||||||
|
Dynamic Word Wrap At Static Marker=false
|
||||||
|
Dynamic Word Wrap Indicators=1
|
||||||
|
Dynamic Wrap not at word boundaries=false
|
||||||
|
Enable Accessibility=true
|
||||||
|
Enable Tab completion=false
|
||||||
|
Enter To Insert Completion=true
|
||||||
|
Fold First Line=false
|
||||||
|
Folding Bar=true
|
||||||
|
Folding Preview=true
|
||||||
|
Icon Bar=false
|
||||||
|
Input Mode=0
|
||||||
|
Keyword Completion=true
|
||||||
|
Line Modification=true
|
||||||
|
Line Numbers=true
|
||||||
|
Max Clipboard History Entries=20
|
||||||
|
Maximum Search History Size=100
|
||||||
|
Mouse Paste At Cursor Position=false
|
||||||
|
Multiple Cursor Modifier=134217728
|
||||||
|
Persistent Selection=false
|
||||||
|
Scroll Bar Marks=false
|
||||||
|
Scroll Bar Mini Map All=true
|
||||||
|
Scroll Bar Mini Map Width=60
|
||||||
|
Scroll Bar MiniMap=true
|
||||||
|
Scroll Bar Preview=true
|
||||||
|
Scroll Past End=false
|
||||||
|
Search/Replace Flags=140
|
||||||
|
Shoe Line Ending Type in Statusbar=false
|
||||||
|
Show Documentation With Completion=true
|
||||||
|
Show File Encoding=true
|
||||||
|
Show Focus Frame Around Editor=true
|
||||||
|
Show Folding Icons On Hover Only=true
|
||||||
|
Show Line Count=false
|
||||||
|
Show Scrollbars=0
|
||||||
|
Show Statusbar Dictionary=true
|
||||||
|
Show Statusbar Highlighting Mode=true
|
||||||
|
Show Statusbar Input Mode=true
|
||||||
|
Show Statusbar Line Column=true
|
||||||
|
Show Statusbar Tab Settings=true
|
||||||
|
Show Word Count=false
|
||||||
|
Smart Copy Cut=true
|
||||||
|
Statusbar Line Column Compact Mode=true
|
||||||
|
Text Drag And Drop=true
|
||||||
|
User Sets Of Chars To Enclose Selection=
|
||||||
|
Vi Input Mode Steal Keys=false
|
||||||
|
Vi Relative Line Numbers=false
|
||||||
|
Word Completion=true
|
||||||
|
Word Completion Minimal Word Length=3
|
||||||
|
Word Completion Remove Tail=true
|
||||||
|
|
||||||
|
[Konsole]
|
||||||
|
AutoSyncronize=true
|
||||||
|
AutoSyncronizeMode=0
|
||||||
|
KonsoleEscKeyBehaviour=true
|
||||||
|
KonsoleEscKeyExceptions=vi,vim,nvim,git
|
||||||
|
RemoveExtension=true
|
||||||
|
RunPrefix=
|
||||||
|
SetEditor=false
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
1560x720 screen: Height=636
|
||||||
|
1560x720 screen: Width=731
|
||||||
|
1920x1200 screen: Height=352
|
||||||
|
1920x1200 screen: Width=453
|
||||||
|
2 screens: Height=1119
|
||||||
|
2 screens: Width=490
|
||||||
|
2048x1280 screen: Height=1030
|
||||||
|
2048x1280 screen: Width=1005
|
||||||
|
3 screens: Height=1359
|
||||||
|
3 screens: Width=3416
|
||||||
|
|
||||||
|
[filetree]
|
||||||
|
editShade=183,220,246
|
||||||
|
listMode=false
|
||||||
|
middleClickToClose=false
|
||||||
|
shadingEnabled=true
|
||||||
|
showCloseButton=false
|
||||||
|
showFullPathOnRoots=false
|
||||||
|
showToolbar=true
|
||||||
|
sortRole=0
|
||||||
|
viewShade=211,190,222
|
||||||
|
|
||||||
|
[lspclient]
|
||||||
|
AllowedServerCommandLines=
|
||||||
|
AutoHover=true
|
||||||
|
AutoImport=true
|
||||||
|
BlockedServerCommandLines=/usr/bin/rust-analyzer
|
||||||
|
CompletionDocumentation=true
|
||||||
|
CompletionParens=true
|
||||||
|
Diagnostics=true
|
||||||
|
FormatOnSave=false
|
||||||
|
HighlightGoto=true
|
||||||
|
HighlightSymbol=true
|
||||||
|
IncrementalSync=false
|
||||||
|
InlayHints=false
|
||||||
|
Messages=true
|
||||||
|
ReferencesDeclaration=true
|
||||||
|
SemanticHighlighting=true
|
||||||
|
ServerConfiguration=
|
||||||
|
ShowCompletions=true
|
||||||
|
SignatureHelp=true
|
||||||
|
SymbolDetails=false
|
||||||
|
SymbolExpand=true
|
||||||
|
SymbolSort=false
|
||||||
|
SymbolTree=true
|
||||||
|
TypeFormatting=false
|
||||||
215
de/home/.config/katerc_REMOTE_2838
Normal file
215
de/home/.config/katerc_REMOTE_2838
Normal file
|
|
@ -0,0 +1,215 @@
|
||||||
|
[General]
|
||||||
|
Allow Tab Scrolling=true
|
||||||
|
Auto Hide Tabs=false
|
||||||
|
Close After Last=true
|
||||||
|
Close documents with window=true
|
||||||
|
Cycle To First Tab=true
|
||||||
|
Days Meta Infos=30
|
||||||
|
Diagnostics Limit=12000
|
||||||
|
Diff Show Style=0
|
||||||
|
Elide Tab Text=false
|
||||||
|
Enable Context ToolView=false
|
||||||
|
Expand Tabs=false
|
||||||
|
Icon size for left and right sidebar buttons=32
|
||||||
|
Modified Notification=false
|
||||||
|
Mouse back button action=0
|
||||||
|
Mouse forward button action=0
|
||||||
|
Open New Tab To The Right Of Current=false
|
||||||
|
Output History Limit=100
|
||||||
|
Output With Date=false
|
||||||
|
PinnedDocuments=
|
||||||
|
Recent File List Entry Count=10
|
||||||
|
Restore Window Configuration=true
|
||||||
|
SDI Mode=false
|
||||||
|
Save Meta Infos=true
|
||||||
|
Show Full Path in Title=false
|
||||||
|
Show Menu Bar=true
|
||||||
|
Show Status Bar=true
|
||||||
|
Show Symbol In Navigation Bar=true
|
||||||
|
Show Tab Bar=true
|
||||||
|
Show Tabs Close Button=true
|
||||||
|
Show Url Nav Bar=true
|
||||||
|
Show output view for message type=1
|
||||||
|
Show text for left and right sidebar=false
|
||||||
|
Show welcome view for new window=false
|
||||||
|
Startup Session=new
|
||||||
|
Stash new unsaved files=true
|
||||||
|
Stash unsaved file changes=false
|
||||||
|
Sync section size with tab positions=false
|
||||||
|
Tab Double Click New Document=true
|
||||||
|
Tab Middle Click Close Document=true
|
||||||
|
Tabbar Tab Limit=0
|
||||||
|
|
||||||
|
[KTextEditor Document]
|
||||||
|
Allow End of Line Detection=true
|
||||||
|
Auto Detect Indent=true
|
||||||
|
Auto Reload If State Is In Version Control=true
|
||||||
|
Auto Save=false
|
||||||
|
Auto Save Interval=0
|
||||||
|
Auto Save On Focus Out=false
|
||||||
|
BOM=false
|
||||||
|
Backup Local=false
|
||||||
|
Backup Prefix=
|
||||||
|
Backup Remote=false
|
||||||
|
Backup Suffix=~
|
||||||
|
Camel Cursor=true
|
||||||
|
Encoding=UTF-8
|
||||||
|
End of Line=0
|
||||||
|
Indent On Backspace=true
|
||||||
|
Indent On Tab=true
|
||||||
|
Indent On Text Paste=false
|
||||||
|
Indentation Mode=normal
|
||||||
|
Indentation Width=4
|
||||||
|
Keep Extra Spaces=false
|
||||||
|
Line Length Limit=10000
|
||||||
|
Newline at End of File=true
|
||||||
|
On-The-Fly Spellcheck=false
|
||||||
|
Overwrite Mode=false
|
||||||
|
PageUp/PageDown Moves Cursor=false
|
||||||
|
Remove Spaces=1
|
||||||
|
ReplaceTabsDyn=true
|
||||||
|
Show Spaces=0
|
||||||
|
Show Tabs=true
|
||||||
|
Smart Home=true
|
||||||
|
Swap Directory=
|
||||||
|
Swap File Mode=1
|
||||||
|
Swap Sync Interval=15
|
||||||
|
Tab Handling=2
|
||||||
|
Tab Width=4
|
||||||
|
Trailing Marker Size=1
|
||||||
|
Word Wrap=false
|
||||||
|
Word Wrap Column=80
|
||||||
|
|
||||||
|
[KTextEditor Editor]
|
||||||
|
Encoding Prober Type=1
|
||||||
|
Fallback Encoding=ISO 8859-15
|
||||||
|
|
||||||
|
[KTextEditor Renderer]
|
||||||
|
Animate Bracket Matching=false
|
||||||
|
Auto Color Theme Selection=true
|
||||||
|
Color Theme=Breeze Dark
|
||||||
|
Font=monospace,9,-1,2,50,0,0,0,0,0
|
||||||
|
Line Height Multiplier=1.3
|
||||||
|
Show Indentation Lines=false
|
||||||
|
Show Whole Bracket Expression=false
|
||||||
|
Text Font=Monospace,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||||
|
Text Font Features=
|
||||||
|
Word Wrap Marker=false
|
||||||
|
|
||||||
|
[KTextEditor View]
|
||||||
|
Allow Mark Menu=true
|
||||||
|
Auto Brackets=true
|
||||||
|
Auto Center Lines=0
|
||||||
|
Auto Completion=true
|
||||||
|
Auto Completion Preselect First Entry=true
|
||||||
|
Backspace Remove Composed Characters=false
|
||||||
|
Bookmark Menu Sorting=0
|
||||||
|
Bracket Match Preview=false
|
||||||
|
Chars To Enclose Selection=<>(){}[]'"
|
||||||
|
Cycle Through Bookmarks=true
|
||||||
|
Default Mark Type=1
|
||||||
|
Dynamic Word Wrap=true
|
||||||
|
Dynamic Word Wrap Align Indent=80
|
||||||
|
Dynamic Word Wrap At Static Marker=false
|
||||||
|
Dynamic Word Wrap Indicators=1
|
||||||
|
Dynamic Wrap not at word boundaries=false
|
||||||
|
Enable Accessibility=true
|
||||||
|
Enable Tab completion=false
|
||||||
|
Enter To Insert Completion=true
|
||||||
|
Fold First Line=false
|
||||||
|
Folding Bar=true
|
||||||
|
Folding Preview=true
|
||||||
|
Icon Bar=false
|
||||||
|
Input Mode=0
|
||||||
|
Keyword Completion=true
|
||||||
|
Line Modification=true
|
||||||
|
Line Numbers=true
|
||||||
|
Max Clipboard History Entries=20
|
||||||
|
Maximum Search History Size=100
|
||||||
|
Mouse Paste At Cursor Position=false
|
||||||
|
Multiple Cursor Modifier=134217728
|
||||||
|
Persistent Selection=false
|
||||||
|
Scroll Bar Marks=false
|
||||||
|
Scroll Bar Mini Map All=true
|
||||||
|
Scroll Bar Mini Map Width=60
|
||||||
|
Scroll Bar MiniMap=true
|
||||||
|
Scroll Bar Preview=true
|
||||||
|
Scroll Past End=false
|
||||||
|
Search/Replace Flags=140
|
||||||
|
Shoe Line Ending Type in Statusbar=false
|
||||||
|
Show Documentation With Completion=true
|
||||||
|
Show File Encoding=true
|
||||||
|
Show Focus Frame Around Editor=true
|
||||||
|
Show Folding Icons On Hover Only=true
|
||||||
|
Show Line Count=false
|
||||||
|
Show Scrollbars=0
|
||||||
|
Show Statusbar Dictionary=true
|
||||||
|
Show Statusbar Highlighting Mode=true
|
||||||
|
Show Statusbar Input Mode=true
|
||||||
|
Show Statusbar Line Column=true
|
||||||
|
Show Statusbar Tab Settings=true
|
||||||
|
Show Word Count=false
|
||||||
|
Smart Copy Cut=true
|
||||||
|
Statusbar Line Column Compact Mode=true
|
||||||
|
Text Drag And Drop=true
|
||||||
|
User Sets Of Chars To Enclose Selection=
|
||||||
|
Vi Input Mode Steal Keys=false
|
||||||
|
Vi Relative Line Numbers=false
|
||||||
|
Word Completion=true
|
||||||
|
Word Completion Minimal Word Length=3
|
||||||
|
Word Completion Remove Tail=true
|
||||||
|
|
||||||
|
[Konsole]
|
||||||
|
AutoSyncronize=true
|
||||||
|
AutoSyncronizeMode=0
|
||||||
|
KonsoleEscKeyBehaviour=true
|
||||||
|
KonsoleEscKeyExceptions=vi,vim,nvim,git
|
||||||
|
RemoveExtension=true
|
||||||
|
RunPrefix=
|
||||||
|
SetEditor=false
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
1920x1200 screen: Height=1119
|
||||||
|
1920x1200 screen: Width=1025
|
||||||
|
2 screens: Height=1119
|
||||||
|
2 screens: Width=490
|
||||||
|
2048x1280 screen: Height=1199
|
||||||
|
2048x1280 screen: Width=2024
|
||||||
|
3 screens: Height=1025
|
||||||
|
3 screens: Width=1602
|
||||||
|
|
||||||
|
[filetree]
|
||||||
|
editShade=183,220,246
|
||||||
|
listMode=false
|
||||||
|
middleClickToClose=false
|
||||||
|
shadingEnabled=true
|
||||||
|
showCloseButton=false
|
||||||
|
showFullPathOnRoots=false
|
||||||
|
showToolbar=true
|
||||||
|
sortRole=0
|
||||||
|
viewShade=211,190,222
|
||||||
|
|
||||||
|
[lspclient]
|
||||||
|
AllowedServerCommandLines=
|
||||||
|
AutoHover=true
|
||||||
|
AutoImport=true
|
||||||
|
BlockedServerCommandLines=/usr/bin/rust-analyzer
|
||||||
|
CompletionDocumentation=true
|
||||||
|
CompletionParens=true
|
||||||
|
Diagnostics=true
|
||||||
|
FormatOnSave=false
|
||||||
|
HighlightGoto=true
|
||||||
|
HighlightSymbol=true
|
||||||
|
IncrementalSync=false
|
||||||
|
InlayHints=false
|
||||||
|
Messages=true
|
||||||
|
ReferencesDeclaration=true
|
||||||
|
SemanticHighlighting=true
|
||||||
|
ServerConfiguration=
|
||||||
|
ShowCompletions=true
|
||||||
|
SignatureHelp=true
|
||||||
|
SymbolDetails=false
|
||||||
|
SymbolExpand=true
|
||||||
|
SymbolSort=false
|
||||||
|
SymbolTree=true
|
||||||
|
TypeFormatting=false
|
||||||
|
|
@ -31,7 +31,7 @@ geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\xca\0\0\x2k\
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2)
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xec\0\0\x4u\0\0\0\0\0\0\0\0\0\0\x3\xec\0\0\x4u\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0\0\0\0\0\x3\xec\0\0\x4u)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\xda\0\0\x2{\0\0\0\0\0\0\0\0\0\0\x2\xda\0\0\x2{\0\0\0\0\0\0\0\0\x6\x18\0\0\0\0\0\0\0\0\0\0\x2\xda\0\0\x2{)
|
||||||
|
|
||||||
[Troubleshooting]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,12 @@
|
||||||
{
|
{
|
||||||
"LazyVim": { "branch": "main", "commit": "28db03f958d58dfff3c647ce28fdc1cb88ac158d" },
|
"LazyVim": { "branch": "main", "commit": "28db03f958d58dfff3c647ce28fdc1cb88ac158d" },
|
||||||
"SchemaStore.nvim": { "branch": "main", "commit": "b850ab25279ba04ada90e8b696ef5d0624af103d" },
|
|
||||||
"blink.cmp": { "branch": "main", "commit": "4b18c32adef2898f95cdef6192cbd5796c1a332d" },
|
"blink.cmp": { "branch": "main", "commit": "4b18c32adef2898f95cdef6192cbd5796c1a332d" },
|
||||||
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
||||||
"catppuccin": { "branch": "main", "commit": "beaf41a30c26fd7d6c386d383155cbd65dd554cd" },
|
"catppuccin": { "branch": "main", "commit": "beaf41a30c26fd7d6c386d383155cbd65dd554cd" },
|
||||||
"conform.nvim": { "branch": "master", "commit": "c2526f1cde528a66e086ab1668e996d162c75f4f" },
|
"conform.nvim": { "branch": "master", "commit": "c2526f1cde528a66e086ab1668e996d162c75f4f" },
|
||||||
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
|
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
|
||||||
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
|
"friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "1ce96a464fdbc24208e24c117e2021794259005d" },
|
"gitsigns.nvim": { "branch": "main", "commit": "31217271a7314c343606acb4072a94a039a19fb5" },
|
||||||
"grug-far.nvim": { "branch": "main", "commit": "275dbedc96e61a6b8d1dfb28ba51586ddd233dcf" },
|
"grug-far.nvim": { "branch": "main", "commit": "275dbedc96e61a6b8d1dfb28ba51586ddd233dcf" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
||||||
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
|
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
|
||||||
|
|
@ -17,7 +16,6 @@
|
||||||
"mini.ai": { "branch": "main", "commit": "9eae720f2b20f6ad28cbfa0ddc524e10dc2c3201" },
|
"mini.ai": { "branch": "main", "commit": "9eae720f2b20f6ad28cbfa0ddc524e10dc2c3201" },
|
||||||
"mini.icons": { "branch": "main", "commit": "efc85e42262cd0c9e1fdbf806c25cb0be6de115c" },
|
"mini.icons": { "branch": "main", "commit": "efc85e42262cd0c9e1fdbf806c25cb0be6de115c" },
|
||||||
"mini.pairs": { "branch": "main", "commit": "4089aa6ea6423e02e1a8326a7a7a00159f6f5e04" },
|
"mini.pairs": { "branch": "main", "commit": "4089aa6ea6423e02e1a8326a7a7a00159f6f5e04" },
|
||||||
"mini.starter": { "branch": "main", "commit": "8ee6ce6a4c9be47682516908557cc062c4d595a2" },
|
|
||||||
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
"noice.nvim": { "branch": "main", "commit": "7bfd942445fb63089b59f97ca487d605e715f155" },
|
||||||
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
|
||||||
"nvim-lint": { "branch": "master", "commit": "bcd1a44edbea8cd473af7e7582d3f7ffc60d8e81" },
|
"nvim-lint": { "branch": "master", "commit": "bcd1a44edbea8cd473af7e7582d3f7ffc60d8e81" },
|
||||||
|
|
@ -29,11 +27,9 @@
|
||||||
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
|
||||||
"seoul256.nvim": { "branch": "master", "commit": "726f88a77c02418aa5cb72a81c85bfb5ba2704d9" },
|
"seoul256.nvim": { "branch": "master", "commit": "726f88a77c02418aa5cb72a81c85bfb5ba2704d9" },
|
||||||
"snacks.nvim": { "branch": "main", "commit": "fe7cfe9800a182274d0f868a74b7263b8c0c020b" },
|
"snacks.nvim": { "branch": "main", "commit": "fe7cfe9800a182274d0f868a74b7263b8c0c020b" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "ad7d9580338354ccc136e5b8f0aa4f880434dcdc" },
|
|
||||||
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
|
||||||
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
|
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
|
||||||
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
|
"trouble.nvim": { "branch": "main", "commit": "bd67efe408d4816e25e8491cc5ad4088e708a69a" },
|
||||||
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
|
"ts-comments.nvim": { "branch": "main", "commit": "123a9fb12e7229342f807ec9e6de478b1102b041" },
|
||||||
"typescript.nvim": { "branch": "main", "commit": "4de85ef699d7e6010528dcfbddc2ed4c2c421467" },
|
|
||||||
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
|
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,10 @@
|
||||||
output DSI-1 {
|
output DSI-1 {
|
||||||
scale 1.25
|
scale 1.5
|
||||||
transform 270
|
transform 90
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gaps left 60
|
||||||
|
|
||||||
set {
|
set {
|
||||||
$primary_display DSI-1
|
$primary_display DSI-1
|
||||||
$overview_display DSI-1
|
$overview_display DSI-1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue