mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Compare commits
2 commits
7f9d144bd9
...
2da382b4dc
Author | SHA1 | Date | |
---|---|---|---|
ItsDrike | 2da382b4dc | ||
ItsDrike | 8b54894a74 |
|
@ -56,12 +56,13 @@
|
|||
"float, class:^(firefox)$,title:^$"
|
||||
|
||||
# Float some pcmanfm windows
|
||||
"float, class:^(pcmanfm-qt)$,title:^(Mount)$"
|
||||
"float, class:^(pcmanfm-qt)$,title:^(Preferences)$"
|
||||
"float, class:^(pcmanfm-qt)$,title:^(Move files)$"
|
||||
"float, class:^(pcmanfm-qt)$,title:^(Search Files)$"
|
||||
"float, class:^(pcmanfm-qt)$,title:^(Copy Files)$"
|
||||
"float, class:^(pcmanfm-qt)$,title:^(Confirm to replace files)$"
|
||||
"float, class:^(pcmanfm-qt|)$,title:^(Mount)$"
|
||||
"float, class:^(pcmanfm-qt|)$,title:^(Preferences)$"
|
||||
"float, class:^(pcmanfm-qt|)$,title:^(Move files)$"
|
||||
"float, class:^(pcmanfm-qt|)$,title:^(Search Files)$"
|
||||
"float, class:^(pcmanfm-qt|)$,title:^(Copy Files)$"
|
||||
"float, class:^(pcmanfm-qt|)$,title:^(Confirm to replace files)$"
|
||||
"float, class:^(pcmanfm-qt|)$,title:^(Choose an Application)$"
|
||||
|
||||
# Float some windows from other apps
|
||||
"float, class:^(Spotify)$,title:^(Ozone X11)$"
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
".local/share/gnupg"
|
||||
".local/share/zoxide"
|
||||
".local/share/wakatime"
|
||||
".local/share/zsh"
|
||||
".local/share/nvim"
|
||||
".local/state/nvim"
|
||||
|
||||
|
@ -83,7 +84,6 @@
|
|||
".config/gtk-3.0/bookmarks"
|
||||
".config/git/git-credentials"
|
||||
".cache/walker/history.gob"
|
||||
".local/share/zsh/zsh_history"
|
||||
".config/pcmanfm-qt/default/recent-files.conf"
|
||||
".config/qalculate/qalculate-gtk.cfg"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue