aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-02-03 00:01:16 +0300
committerYaroslav <contact@yaroslavps.com>2020-02-03 00:01:16 +0300
commite5532752993f463524e0c89d5e82b5a84a77759b (patch)
tree0ce47eba97ecd5256d6cd29c86a50ac756b30cc1 /system
parent2cb2af9d66ef98877ffee2f588c7a85036750d55 (diff)
downloadswayrice-e5532752993f463524e0c89d5e82b5a84a77759b.tar.gz
swayrice-e5532752993f463524e0c89d5e82b5a84a77759b.zip
load gtk settings on sway start, vpn shortcut and waybar indicator
Diffstat (limited to 'system')
-rw-r--r--system/NetworkManager/NetworkManager.conf4
-rw-r--r--system/resolv.conf2
-rw-r--r--system/sudoers8
3 files changed, 10 insertions, 4 deletions
diff --git a/system/NetworkManager/NetworkManager.conf b/system/NetworkManager/NetworkManager.conf
new file mode 100644
index 0000000..c48e647
--- /dev/null
+++ b/system/NetworkManager/NetworkManager.conf
@@ -0,0 +1,4 @@
+# Configuration file for NetworkManager.
+# See "man 5 NetworkManager.conf" for details.
+[main]
+dns=none
diff --git a/system/resolv.conf b/system/resolv.conf
new file mode 100644
index 0000000..af9304d
--- /dev/null
+++ b/system/resolv.conf
@@ -0,0 +1,2 @@
+nameserver 208.67.222.222
+nameserver 208.67.220.220
diff --git a/system/sudoers b/system/sudoers
index 77c71b0..c7efcf6 100644
--- a/system/sudoers
+++ b/system/sudoers
@@ -81,12 +81,13 @@ root ALL=(ALL) ALL
## Uncomment to allow members of group wheel to execute any command
%wheel ALL=(ALL) ALL
-## Run some commands without a password
-%wheel ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
-
## Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL
+## Run some commands without a password
+%wheel ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
+%wheel ALL=(ALL) NOPASSWD: /usr/bin/openvpn
+
## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL) ALL
@@ -98,4 +99,3 @@ root ALL=(ALL) ALL
## Read drop-in files from /etc/sudoers.d
## (the '#' here does not indicate a comment)
#includedir /etc/sudoers.d
-