home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 277e86626ced7e6b340062744009778b78c75169
parent e165ec89dbe09379778f49ce936e44540c75560f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 28 Aug 2018 11:40:14 +0200

Remove emacs startup stuff from i3

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mi3.nix | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/i3.nix b/i3.nix @@ -129,12 +129,6 @@ assign [class="Firefox" window_role="browser"] → $WS1 ## quick terminal (tmux) - exec --no-startup-id emacs --daemon - exec --no-startup-id emacs --daemon=org - #exec --no-startup-id emacsclient -c --title emask --name emask - #for_window [instance="emask"] floating enable; - #for_window [instance="emask"] move scratchpad; [instance="emask"] scratchpad show; move position 0px 0px; move scratchpad - #bindcode $mod+Shift+49 [instance="emask"] scratchpad show exec --no-startup-id alacritty --title metask --command tmux for_window [instance="metask"] floating enable; for_window [instance="metask"] move scratchpad; [instance="metask"] scratchpad show; move position 0px 0px; move scratchpad