change things
This commit is contained in:
parent
a35aca1564
commit
f57b4f7dd2
7 changed files with 56 additions and 25 deletions
|
|
@ -112,7 +112,7 @@ in
|
|||
t = :toggle-threads<Enter>
|
||||
|
||||
<Enter> = :view<Enter>
|
||||
D = :trash<Enter>
|
||||
D = :mv Trash<Enter>
|
||||
|
||||
C = :compose<enter>
|
||||
|
||||
|
|
@ -148,7 +148,7 @@ in
|
|||
| = :pipe -m<space>
|
||||
S = :save<space>
|
||||
H = :toggle-headers<Enter>
|
||||
D = :trash<Enter>
|
||||
D = :mv Trash<Enter>
|
||||
<C-k> = :prev-part<Enter>
|
||||
<C-j> = :next-part<Enter>
|
||||
J = :next<Enter>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ with lib;
|
|||
airshipper
|
||||
minetest
|
||||
superTuxKart
|
||||
osu-lazer
|
||||
xonotic
|
||||
|
||||
heroic
|
||||
BeatSaberModManager
|
||||
gamemode
|
||||
|
|
@ -28,6 +31,7 @@ with lib;
|
|||
"steam"
|
||||
"steam-run"
|
||||
"steam-original"
|
||||
"osu-lazer"
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ with lib;
|
|||
krita
|
||||
organicmaps
|
||||
anki
|
||||
hugo
|
||||
libsForQt5.neochat
|
||||
];
|
||||
|
||||
}];
|
||||
|
|
|
|||
|
|
@ -169,6 +169,10 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
wayland.windowManager.sway = mkIf cfg.sway {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
package = pkgs.swaylock-effects;
|
||||
|
|
@ -254,12 +258,11 @@ in
|
|||
|
||||
* {
|
||||
min-height: 0;
|
||||
text-shadow: 0 0 3px #080C39, 1px 1px black;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
font-size: small;
|
||||
background: none;
|
||||
background: rgba(0,0,0,0.8);
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
|
|
@ -269,7 +272,14 @@ in
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: rgba(155,155,155,0.3);
|
||||
background: rgba(255,255,255,0.8);
|
||||
padding: 0px 1rem;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#workspaces button.inactive:hover {
|
||||
background: rgba(255,255,255,0.4);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.modules-right widget label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue