diff options
| author | Dylan <boss@tehbox.org> | 2025-09-16 16:43:55 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2025-09-16 16:43:55 +1200 |
| commit | d1395f9e6768551967f85128ccab19d12dec4c6f (patch) | |
| tree | 804d86634796edd5e378cb05ee2fda0a71d02497 /home-manager/i3 | |
| parent | c1b48e9f2bfc4ae0e48d0c8e35ad1f4a2189ec30 (diff) | |
| download | nixos-configuration-d1395f9e6768551967f85128ccab19d12dec4c6f.tar.gz nixos-configuration-d1395f9e6768551967f85128ccab19d12dec4c6f.zip | |
feat: added server configuration and setup sops-nix
Diffstat (limited to 'home-manager/i3')
| -rw-r--r-- | home-manager/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/i3/config b/home-manager/i3/config index acfd0d0..59116ba 100644 --- a/home-manager/i3/config +++ b/home-manager/i3/config @@ -94,6 +94,7 @@ bindsym $mod+x exec --no-startup-id "loginctl lock-session" bindsym $mod+Shift+x exec --no-startup-id "loginctl lock-session; systemctl suspend" # bindsym $mod+Shift+c exec --no-startup-id "~/.i3_commands/open-qb.sh" bindsym $mod+c exec --no-startup-id "firefox" +bindsym $mod+Shift+c exec --no-startup-id "nyxt" bindsym $mod+Shift+minus exec --no-startup-id "emacsclient -c" bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +5 @@ -120,7 +121,7 @@ floating_modifier $mod bindsym $mod+Return exec --no-startup-id kitty # Start emacs with vterm -bindsym $mod+Shift+Return exec --no-startup-id "emacsclient -c --eval '(start-terminal)'" +bindsym $mod+Shift+Return exec --no-startup-id "emacsclient -c --eval '(multi-vterm)'" # kill focused window bindsym $mod+Shift+q kill |
