New backup 2025-12-01 09:06:39
This commit is contained in:
parent
ef6e0a097d
commit
946c33dcdd
11 changed files with 25 additions and 10 deletions
|
|
@ -17,3 +17,4 @@
|
|||
.config/sway/audio-config.d
|
||||
.config/sway-profiles/global-shortcuts/lights
|
||||
.config/sway-profiles/config.d
|
||||
.config/sway/config.d/input.d
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@ COIN_GL_NO_CURRENT_CONTEXT_CHECK=1
|
|||
SAL_USE_VCLPLUGIN="qt6"
|
||||
QT_QPA_PLATFORMTHEME=qt6ct
|
||||
GTK_THEME=pogmom-gtk
|
||||
DIALOG=kdialog
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ gtk-xft-antialias=1
|
|||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=0
|
||||
gtk-application-prefer-dark-theme=1
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ SetEditor=false
|
|||
|
||||
[MainWindow]
|
||||
1920x1200 screen: Height=552
|
||||
1920x1200 screen: Width=1036
|
||||
1920x1200 screen: Width=623
|
||||
2 screens: Height=1119
|
||||
2 screens: Width=490
|
||||
2048x1280 screen: Height=1199
|
||||
|
|
|
|||
|
|
@ -16,8 +16,10 @@ ShowDeleteCommand=false
|
|||
[KFileDialog Settings]
|
||||
Allow Expansion=false
|
||||
Automatically select filename extension=true
|
||||
Breadcrumb Navigation=true
|
||||
Breadcrumb Navigation=false
|
||||
Decoration position=2
|
||||
LocationCombo Completionmode=5
|
||||
PathCombo Completionmode=5
|
||||
Show Full Path=false
|
||||
Show Inline Previews=true
|
||||
Show Preview=false
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
title_length = 20
|
||||
#title_length = 20
|
||||
index_starts_at_1 = true
|
||||
initial_workspace = 1
|
||||
window_icons = [
|
||||
[""," — LibreWolf"],
|
||||
[""," — Alacritty"],
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ exec {
|
|||
'diskspace-check'
|
||||
'uptime-check'
|
||||
poweralertd
|
||||
wl-paste --watch clipvault store
|
||||
}
|
||||
|
||||
# Run on reload
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ input {
|
|||
xkb_options 'lv3:ralt_switch,compose:rwin-altgr'
|
||||
# xkb_options 'compose:rwin-altgr'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#seat * hide_cursor 5000
|
||||
|
|
@ -39,3 +40,4 @@ seat seat0 pointer_constraint enable
|
|||
focus_follows_mouse yes
|
||||
|
||||
include $HOME/.config/sway/config.d/keys.d/*
|
||||
include $HOME/.config/sway/config.d/input.d/*
|
||||
|
|
|
|||
|
|
@ -17,13 +17,18 @@ Name=Penelope
|
|||
IsRelative=1
|
||||
Path=penelope
|
||||
Default=1
|
||||
StoreID=0585997e
|
||||
StoreID=a61d59be
|
||||
ShowSelector=0
|
||||
|
||||
[General]
|
||||
StartWithLastProfile=1
|
||||
Version=2
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
[Install6C4726F70D182CF7]
|
||||
Default=penelope
|
||||
Locked=1
|
||||
|
|
@ -33,8 +38,3 @@ Name=School
|
|||
IsRelative=1
|
||||
Path=school
|
||||
|
||||
[Profile4]
|
||||
Name=testing
|
||||
IsRelative=1
|
||||
Path=4z689ygf.testing
|
||||
|
||||
|
|
|
|||
5
t16g2/home/.config/sway/config.d/input.d/t16g2
Normal file
5
t16g2/home/.config/sway/config.d/input.d/t16g2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
input * {
|
||||
xkb_numlock enabled
|
||||
xkb_variant 'altgr-intl'
|
||||
xkb_options 'lv3:ralt_switch,compose:rctrl-altgr'
|
||||
}
|
||||
|
|
@ -6,3 +6,4 @@
|
|||
.config/sway/scripts/kb_brightness.d/t16g2
|
||||
.config/sway/assets/wallpaper/DP-6
|
||||
.config/sway/assets/wallpaper/DP-7
|
||||
.config/sway/config.d/input.d/t16g2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue