New backup 2026-01-02 10:28:40
This commit is contained in:
parent
689da30595
commit
24a1948027
5 changed files with 7 additions and 7 deletions
|
|
@ -168,8 +168,8 @@ RunPrefix=
|
||||||
SetEditor=false
|
SetEditor=false
|
||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
1920x1200 screen: Height=589
|
1920x1200 screen: Height=716
|
||||||
1920x1200 screen: Width=985
|
1920x1200 screen: Width=922
|
||||||
2 screens: Height=1119
|
2 screens: Height=1119
|
||||||
2 screens: Width=490
|
2 screens: Width=490
|
||||||
2048x1280 screen: Height=592
|
2048x1280 screen: Height=592
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ Sort by=Date
|
||||||
Sort directories first=true
|
Sort directories first=true
|
||||||
Sort hidden files last=false
|
Sort hidden files last=false
|
||||||
Sort reversed=false
|
Sort reversed=false
|
||||||
Speedbar Width=144
|
Speedbar Width=218
|
||||||
View Style=Simple
|
View Style=Simple
|
||||||
|
|
||||||
[KShortcutsDialog Settings]
|
[KShortcutsDialog Settings]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#title_length = 20
|
#title_length = 20
|
||||||
index_starts_at_1 = true
|
#preserve_keyboard_order = true
|
||||||
initial_workspace = 1
|
#initial_workspace = 1
|
||||||
window_icons = [
|
window_icons = [
|
||||||
[""," — LibreWolf"],
|
[""," — LibreWolf"],
|
||||||
[""," — Alacritty"],
|
[""," — Alacritty"],
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ bindsym {
|
||||||
#terminal
|
#terminal
|
||||||
$mod+Return exec $term
|
$mod+Return exec $term
|
||||||
#floating terminal
|
#floating terminal
|
||||||
$mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term '$float'
|
$mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term floating toggle
|
||||||
#launcher
|
#launcher
|
||||||
$mod+d exec $menu
|
$mod+d exec $menu
|
||||||
#launcher reload
|
#launcher reload
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ for_window {
|
||||||
|
|
||||||
#scratch
|
#scratch
|
||||||
[app_id="vesktop"] $scratch
|
[app_id="vesktop"] $scratch
|
||||||
[class="^Signal$"] $scratch
|
[app_id="^org.signal.Signal$"] $scratch
|
||||||
[app_id="^signal$"] $scratch
|
[app_id="^signal$"] $scratch
|
||||||
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).*$"] $scratch
|
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).*$"] $scratch
|
||||||
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).* - KeePassXC$"] $scratch
|
# [app_id="org.keepassxc.KeePassXC" title="^(?!.*(Unlock Database|Browser Access Request|\[Locked\])).* - KeePassXC$"] $scratch
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue