mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
workflows/a-happy-gnome: update configuration
This commit is contained in:
parent
2c8abcda1b
commit
b3ff513304
@ -9,7 +9,7 @@ color-scheme = 'prefer-dark'
|
||||
current-workspace-only = true
|
||||
|
||||
# Input sources that are expected to be installed in the theme.
|
||||
[org/gnome/desktop/input-sources/sources]
|
||||
[org/gnome/desktop/input-sources]
|
||||
sources = [ ('xkb', 'us'), ('ibus', 'mozc-jp'), ('ibus', 'rime'), ('ibus', 'hangul'), ('ibus', 'table:mathwriter-ibus') ]
|
||||
|
||||
[org/gnome/desktop/notifications]
|
||||
|
@ -64,13 +64,19 @@ folder-order-position = 'start'
|
||||
|
||||
# PaperWM for an alternative shell.
|
||||
[org/gnome/shell/extensions/paperwm]
|
||||
horizontal-margin = 5
|
||||
vertical-margin = 5
|
||||
vertical-margin-bottom = 5
|
||||
window-gap = 5
|
||||
override-hot-corner = false
|
||||
cycle-width-steps = [0.38195, 0.5, 0.61804, 0.75]
|
||||
cycle-height-steps = [0.38195, 0.5, 0.61804, 0.75]
|
||||
cycle-width-steps = [0.38195, 0.5, 0.61804, 0.75]
|
||||
disable-topbar-styling = true
|
||||
horizontal-margin = 0
|
||||
override-hot-corner = false
|
||||
restore-workspaces-only-on-primary = true
|
||||
show-focus-mode-icon = false
|
||||
show-window-position-bar = false
|
||||
show-workspace-indicator = false
|
||||
use-default-background = true
|
||||
vertical-margin = 0
|
||||
vertical-margin-bottom = 0
|
||||
window-gap = 10
|
||||
|
||||
# The shortcuts are closely tied to my shell keybindings to make it easier to follow.
|
||||
[org/gnome/shell/extensions/paperwm/keybindings]
|
||||
@ -110,3 +116,13 @@ switch-up-workspace = ['<Super><Control>k', '<Super><Control>Up']
|
||||
switch-down-workspace = ['<Super><Control>j', '<Super><Control>Down']
|
||||
move-up-workspace = ['<Super><Control><Shift>k', '<Super><Control><Shift>Up']
|
||||
move-down-workspace = ['<Super><Control><Shift>j', '<Super><Control><Shift>Down']
|
||||
|
||||
# There's not much point to these as it is pretty rare.
|
||||
switch-monitor-above = @as []
|
||||
switch-monitor-below = @as []
|
||||
switch-monitor-left = @as []
|
||||
switch-monitor-right = @as []
|
||||
move-monitor-above = @as []
|
||||
move-monitor-below = @as []
|
||||
move-monitor-left = @as []
|
||||
move-monitor-right = @as []
|
||||
|
@ -35,11 +35,11 @@ in
|
||||
burn-my-windows
|
||||
caffeine
|
||||
desktop-cube
|
||||
fly-pie
|
||||
gsconnect
|
||||
just-perfection
|
||||
kimpanel
|
||||
paperwm
|
||||
pop-shell
|
||||
runcat
|
||||
];
|
||||
example = lib.literalExpression ''
|
||||
|
Loading…
Reference in New Issue
Block a user