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:
parent
8f6601e6ee
commit
ce9bffb949
18
flake.lock
generated
18
flake.lock
generated
@ -2,11 +2,11 @@
|
||||
"nodes": {
|
||||
"emacs-overlay": {
|
||||
"locked": {
|
||||
"lastModified": 1644116615,
|
||||
"narHash": "sha256-OY6WM1yCgGOKVlQTpCPw2Y9+ugr9aIMvnt6zluedans=",
|
||||
"lastModified": 1644575200,
|
||||
"narHash": "sha256-7BaSTzlAI/xndvPIieZSZOB5Nsgtrb7L5HqdGGdVbwg=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "01f7d6402d84ef73b083319f662dc0858aafda5f",
|
||||
"rev": "da2f552d133497abd434006e0cae996c0a282394",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -54,11 +54,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1644026202,
|
||||
"narHash": "sha256-EN9MoDXNcDu+kd1cxZg5PplEtZUllSYCHY5pBmxeoP4=",
|
||||
"lastModified": 1644472683,
|
||||
"narHash": "sha256-sP6iM4NksOYO6NFfTJ96cg+ClPnq6cdY30xKA1iYtyU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "88dcc4ff3ba0a78b829ffd2c6d7c4499bf675419",
|
||||
"rev": "7adc9c14ec74b27358a8df9b973087e351425a79",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -70,11 +70,11 @@
|
||||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1643805626,
|
||||
"narHash": "sha256-AXLDVMG+UaAGsGSpOtQHPIKB+IZ0KSd9WS77aanGzgc=",
|
||||
"lastModified": 1644420267,
|
||||
"narHash": "sha256-rFJuctggkjM412OC6OGPdXogFp7czGDW05ueWqpJbj8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "554d2d8aa25b6e583575459c297ec23750adb6cb",
|
||||
"rev": "98bb5b77c8c6666824a4c13d23befa1e07210ef1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@ -116,7 +116,7 @@ bindsym $mod+e layout toggle split
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+Ctrl+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
@ -231,7 +231,7 @@ mode "$mode_system" {
|
||||
bindsym $mod+BackSpace mode "$mode_system"
|
||||
|
||||
# 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
|
||||
exec --no-startup-id .config/i3/keepassxc.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user