more kde stuff
This commit is contained in:
parent
71b0551072
commit
bc69ec704f
3 changed files with 143 additions and 18 deletions
|
@ -28,6 +28,7 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
ezcolors.enable = lib.mkDefault true;
|
||||
ezcolors.plasma = lib.mkDefault true;
|
||||
ezfonts.enable = lib.mkDefault true;
|
||||
ezfonts.plasma = lib.mkDefault true;
|
||||
|
||||
|
@ -86,9 +87,19 @@ in
|
|||
|
||||
"Script-bismuth" = {
|
||||
untileByDragging = false;
|
||||
ignoreClass = "yakuake,spectacle,Conky,zoom,pinentry-qt";
|
||||
maximizeSoleTile = true;
|
||||
};
|
||||
};
|
||||
|
||||
kcminputrc = {
|
||||
Mouse.cursorSize = 24;
|
||||
};
|
||||
|
||||
plasmashellrc = {
|
||||
"PlasmaViews.Panel 28.Defaults".thickness = 34;
|
||||
};
|
||||
|
||||
kdeglobals = {
|
||||
KDE = {
|
||||
LookAndFeelPackage = "org.kde.breezedark.desktop";
|
||||
|
@ -194,23 +205,25 @@ in
|
|||
|
||||
toggle_window_floating = "Meta+S";
|
||||
|
||||
increase_window_height = "Meta+Shift+Up";
|
||||
decrease_window_height = "Meta+Shift+Down";
|
||||
increase_window_width = "Meta+Shift+Right";
|
||||
decrease_window_width = "Meta+Shift+Left";
|
||||
increase_window_height = "Meta+Ctrl+Up";
|
||||
decrease_window_height = "Meta+Ctrl+Down";
|
||||
increase_window_width = "Meta+Ctrl+Right";
|
||||
decrease_window_width = "Meta+Ctrl+Left";
|
||||
|
||||
increase_master_size = "Meta+=";
|
||||
decrease_master_size = "Meta+-";
|
||||
|
||||
decrease_master_win_count = [ ];
|
||||
increase_master_win_count = [ ];
|
||||
move_window_to_bottom_pos = [ ];
|
||||
move_window_to_left_pos = [ ];
|
||||
move_window_to_bottom_pos = "Meta+Shift+Down";
|
||||
move_window_to_left_pos = "Meta+Shift+Left";
|
||||
move_window_to_right_pos = "Meta+Shift+Right";
|
||||
move_window_to_upper_pos = "Meta+Shift+Up";
|
||||
|
||||
push_window_to_master = "Meta+M";
|
||||
|
||||
move_window_to_next_pos = [ ];
|
||||
move_window_to_prev_pos = [ ];
|
||||
move_window_to_right_pos = [ ];
|
||||
move_window_to_upper_pos = [ ];
|
||||
push_window_to_master = [ ];
|
||||
decrease_master_win_count = [ ];
|
||||
increase_master_win_count = [ ];
|
||||
rotate = [ ];
|
||||
rotate_part = [ ];
|
||||
rotate_reverse = [ ];
|
||||
|
@ -306,6 +319,8 @@ in
|
|||
plasma5Packages.bismuth
|
||||
plasma5Packages.kate
|
||||
|
||||
thunderbird
|
||||
|
||||
xdg-desktop-portal-kde
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue