diff options
Diffstat (limited to '')
| m--------- | config/nvim | 0 | ||||
| -rw-r--r-- | config/qutebrowser/config.py | 1 | ||||
| -rw-r--r-- | configuration.nix | 11 |
3 files changed, 9 insertions, 3 deletions
diff --git a/config/nvim b/config/nvim -Subproject 98c4b45bbf604061256e3800f964ba8a5f6e80e +Subproject 6c6d185182928212edb0e4fdb12f4a6dc001332 diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 98d350e..f469c83 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -212,6 +212,7 @@ nmap(leader + 'wp', 'tab-pin') # Tab movement nmap('<Ctrl-k>', 'tab-prev') nmap('<Ctrl-j>', 'tab-next') +nmap(localleader + '<Tab>', 'tab-focus last') nmap('<Ctrl-Shift-k>', 'tab-move -') nmap('<Ctrl-Shift-j>', 'tab-move +') nmap(localleader + 'b', 'cmd-set-text -s :tab-select') # List buffers by index diff --git a/configuration.nix b/configuration.nix index c6691ea..f3e26e9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,8 +24,6 @@ in allowBroken = false; }; - services.tlp.enable = true; - services.udisks2.enable = true; programs.dconf.enable = true; @@ -55,6 +53,7 @@ in alsa.enable = true; pulse.enable = true; jack.enable = true; + wireplumber.enable = true; }; # Network @@ -103,6 +102,13 @@ in }; programs.darling.enable = true; # macos emu + # programs.tmux = { + # enable = true; + # secureSocket = true; + # terminal = "tmux-direct"; # st-256color + # shortcut = "0"; + # }; + # I18n and keyboard layout time.timeZone = "Asia/Kolkata"; i18n.defaultLocale = "en_US.UTF-8"; @@ -119,7 +125,6 @@ in enable = true; autorun = false; displayManager.startx.enable = true; - # videoDrivers = [ "intel" "modesetting" ]; libinput = { enable = true; touchpad = { |
