diesdas
This commit is contained in:
parent
47a684d78f
commit
7dd4cb58fe
10 changed files with 53 additions and 23 deletions
|
|
@ -48,5 +48,7 @@
|
|||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
programs.kitty.enable = true;
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,13 +31,16 @@
|
|||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
screenreader = [];
|
||||
magnifier = [];
|
||||
magnifier = ["<Super>z"];
|
||||
magnifier-zoom-in = [];
|
||||
magnifier-zoom-out = [];
|
||||
help = [];
|
||||
logout = ["<Super>q"];
|
||||
};
|
||||
"org/gnome/shell/keybindings" = {
|
||||
toggle-quick-settings = ["<Super>comma"];
|
||||
toggle-message-tray = ["<Super>n"];
|
||||
toggle-overview = ["<Super>a"];
|
||||
};
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
move-to-monitor-down = [];
|
||||
|
|
@ -47,6 +50,7 @@
|
|||
move-to-workspace-last = [];
|
||||
switch-applications = ["<Super>Tab"];
|
||||
switch-applications-backward = ["<Shift><Super>Tab"];
|
||||
switch-monitor = [];
|
||||
cycle-panels = [];
|
||||
cycle-panels-backward = [];
|
||||
cycle-group = [];
|
||||
|
|
@ -84,6 +88,8 @@
|
|||
switch-to-application-2 = [];
|
||||
switch-to-application-3 = [];
|
||||
switch-to-application-4 = [];
|
||||
toggle-fullscreen = ["<Shift><Super>f"];
|
||||
begin-resize = ["<Super>r"];
|
||||
};
|
||||
};
|
||||
xdg.configFile."run-or-raise/shortcuts.conf".source = ./run-or-raise.conf;
|
||||
|
|
|
|||
|
|
@ -14,12 +14,10 @@
|
|||
#
|
||||
# This line cycles any open gnome-terminal (matched by wm_class = Gnome-terminal on Ubuntu 17.10) OR if not found, launches new one.
|
||||
# If you're using Arch, you may want to match by wm_class = gnome-terminal-server , just check yourself by Alt+F2/lg/Windows
|
||||
<Super>t,gnome-terminal,gnome-terminal-server,
|
||||
<Super>n,nautilus,,
|
||||
<Super>f,firefox,,
|
||||
<Super>b,firefox,,
|
||||
<Super>f,nautilus,,
|
||||
<Super>return,foot,,
|
||||
<Super>x,keepassxc,,,
|
||||
<Super>q,qutebrowser,,
|
||||
<Super>p,keepassxc,,,
|
||||
|
||||
# You may use regular expression in title or wm_class.
|
||||
# Just put the regular expression between slashes.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
passwordCommand = "secret-tool lookup server uni-frankfurt.de account tstraube";
|
||||
signature = {
|
||||
text = ''
|
||||
Dr. Till Straube (he, him, his)
|
||||
Dr. Till Straube (he/him)
|
||||
Dept. of Human Geography
|
||||
Goethe University Frankfurt
|
||||
'';
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
notmuch.enable = true;
|
||||
userName = "till";
|
||||
signature.text = ''
|
||||
Till Straube (he, him, his)
|
||||
Till Straube (he/him)
|
||||
PGP: https://keys.openpgp.org/search?q=till@ktiu.net
|
||||
'';
|
||||
signature.showSignature = "append";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue