Brave as default browser, add/remove programs
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
android-studio
|
android-studio
|
||||||
|
brave
|
||||||
brightnessctl
|
brightnessctl
|
||||||
btop
|
btop
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
@@ -46,6 +47,7 @@
|
|||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
keepassxc
|
keepassxc
|
||||||
libsForQt5.polkit-kde-agent
|
libsForQt5.polkit-kde-agent
|
||||||
|
localsend
|
||||||
mpv
|
mpv
|
||||||
nautilus
|
nautilus
|
||||||
netbeans
|
netbeans
|
||||||
@@ -59,10 +61,8 @@
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
protonvpn-cli
|
protonvpn-cli
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
pspp
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
signal-desktop
|
signal-desktop
|
||||||
swww
|
|
||||||
texliveFull
|
texliveFull
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
@@ -181,8 +181,6 @@
|
|||||||
new = "source $HOME/.bashrc";
|
new = "source $HOME/.bashrc";
|
||||||
newbar = "pkill waybar; waybar &disown";
|
newbar = "pkill waybar; waybar &disown";
|
||||||
ping = "ping -c 5";
|
ping = "ping -c 5";
|
||||||
set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)";
|
|
||||||
set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)";
|
|
||||||
vi = "\\vim";
|
vi = "\\vim";
|
||||||
work = "nix develop --impure";
|
work = "nix develop --impure";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
android-studio
|
android-studio
|
||||||
|
brave
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
btop
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
emacsPackages.pdf-tools
|
emacsPackages.pdf-tools
|
||||||
exfatprogs
|
exfatprogs
|
||||||
@@ -42,11 +44,12 @@
|
|||||||
grimblast
|
grimblast
|
||||||
htop
|
htop
|
||||||
imagemagick
|
imagemagick
|
||||||
|
kdePackages.kdenlive
|
||||||
keepassxc
|
keepassxc
|
||||||
libsForQt5.polkit-kde-agent
|
libsForQt5.polkit-kde-agent
|
||||||
|
localsend
|
||||||
mpv
|
mpv
|
||||||
nautilus
|
nautilus
|
||||||
netbeans
|
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
nvtop
|
nvtop
|
||||||
nwg-look
|
nwg-look
|
||||||
@@ -58,7 +61,6 @@
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
protonvpn-cli
|
protonvpn-cli
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
pspp
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
signal-desktop
|
signal-desktop
|
||||||
swww
|
swww
|
||||||
@@ -181,8 +183,6 @@
|
|||||||
new = "source $HOME/.bashrc";
|
new = "source $HOME/.bashrc";
|
||||||
newbar = "pkill waybar; waybar &disown";
|
newbar = "pkill waybar; waybar &disown";
|
||||||
ping = "ping -c 5";
|
ping = "ping -c 5";
|
||||||
set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)";
|
|
||||||
set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)";
|
|
||||||
vi = "\\vim";
|
vi = "\\vim";
|
||||||
work = "nix develop --impure";
|
work = "nix develop --impure";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
|
|
||||||
touchpad = {
|
touchpad = {
|
||||||
disable_while_typing = true;
|
disable_while_typing = false;
|
||||||
natural_scroll = true;
|
natural_scroll = true;
|
||||||
middle_button_emulation = true;
|
middle_button_emulation = true;
|
||||||
scroll_factor = 0.5;
|
scroll_factor = 0.5;
|
||||||
@@ -314,7 +314,7 @@
|
|||||||
bind = $mainMod, B, submap, browser_select
|
bind = $mainMod, B, submap, browser_select
|
||||||
submap = browser_select
|
submap = browser_select
|
||||||
|
|
||||||
bind =, B, exec, brave --enable-blink-features=MiddleClickAutoscroll
|
bind =, B, exec, brave
|
||||||
bind =, B, submap, reset
|
bind =, B, submap, reset
|
||||||
|
|
||||||
bind = SHIFT, F, exec, firefox
|
bind = SHIFT, F, exec, firefox
|
||||||
|
|||||||
@@ -130,7 +130,7 @@
|
|||||||
"pulseaudio#audio" = {
|
"pulseaudio#audio" = {
|
||||||
format = "<big>{icon}</big> {volume}%";
|
format = "<big>{icon}</big> {volume}%";
|
||||||
format-muted = "<big></big> {volume}%";
|
format-muted = "<big></big> {volume}%";
|
||||||
format-bluetooth = "{icon}";
|
format-bluetooth = "{icon} {volume}%";
|
||||||
format-bluetooth-muted = " {volume}%";
|
format-bluetooth-muted = " {volume}%";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
headphone = "";
|
headphone = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user