1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

CHANGE i3 keyboard shortcut FLAKE upd

• Updated input 'emacs-overlay':
 → 'github:nix-community/emacs-overlay/da2f552d133497abd434006e0cae996c0a282394' (2022-02-11)
• Updated input 'nixpkgs':
 → 'github:NixOS/nixpkgs/7adc9c14ec74b27358a8df9b973087e351425a79' (2022-02-10)
• Updated input 'nixpkgs-unstable':
 → 'github:NixOS/nixpkgs/98bb5b77c8c6666824a4c13d23befa1e07210ef1' (2022-02-09)
This commit is contained in:
Stefan Ellmauthaler 2022-02-11 11:39:57 +01:00
parent 8f6601e6ee
commit ce9bffb949
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256
2 changed files with 11 additions and 11 deletions

18
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1644116615, "lastModified": 1644575200,
"narHash": "sha256-OY6WM1yCgGOKVlQTpCPw2Y9+ugr9aIMvnt6zluedans=", "narHash": "sha256-7BaSTzlAI/xndvPIieZSZOB5Nsgtrb7L5HqdGGdVbwg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "01f7d6402d84ef73b083319f662dc0858aafda5f", "rev": "da2f552d133497abd434006e0cae996c0a282394",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1644026202, "lastModified": 1644472683,
"narHash": "sha256-EN9MoDXNcDu+kd1cxZg5PplEtZUllSYCHY5pBmxeoP4=", "narHash": "sha256-sP6iM4NksOYO6NFfTJ96cg+ClPnq6cdY30xKA1iYtyU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "88dcc4ff3ba0a78b829ffd2c6d7c4499bf675419", "rev": "7adc9c14ec74b27358a8df9b973087e351425a79",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -70,11 +70,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1643805626, "lastModified": 1644420267,
"narHash": "sha256-AXLDVMG+UaAGsGSpOtQHPIKB+IZ0KSd9WS77aanGzgc=", "narHash": "sha256-rFJuctggkjM412OC6OGPdXogFp7czGDW05ueWqpJbj8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "554d2d8aa25b6e583575459c297ec23750adb6cb", "rev": "98bb5b77c8c6666824a4c13d23befa1e07210ef1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -116,7 +116,7 @@ bindsym $mod+e layout toggle split
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows # change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle bindsym $mod+Ctrl+space focus mode_toggle
# focus the parent container # focus the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
@ -231,7 +231,7 @@ mode "$mode_system" {
bindsym $mod+BackSpace mode "$mode_system" bindsym $mod+BackSpace mode "$mode_system"
# keyboard layout toggle # keyboard layout toggle
bindsym Mod1+space exec --no-startup-id .config/i3/keyboard_layout_toggle.sh bindsym $mod+space exec --no-startup-id .config/i3/keyboard_layout_toggle.sh
# autostart keepassxc # autostart keepassxc
exec --no-startup-id .config/i3/keepassxc.sh exec --no-startup-id .config/i3/keepassxc.sh