167 Commits

Author SHA1 Message Date
a1ac296557
Update README.md 2019-11-05 12:48:42 -05:00
deedec8758
Replace udiskctl with udevil command and added lxsession 2019-11-05 12:43:08 -05:00
fcd2695ba7
replace networkmanager to dhcpcd-ui 2019-10-12 20:58:36 -05:00
b200c2cf3f
[iface] refactoring 2019-10-01 13:02:30 -05:00
a2d8e3bf02
Detect IP VPN if is enabled 2019-10-01 12:30:14 -05:00
141b9a8f30
improve name vpn 2019-09-28 11:25:42 -05:00
3345557c06
disable nm-applet for default 2019-09-28 11:23:20 -05:00
5d0f798109
Added logs 2019-09-27 18:21:32 -05:00
b85260739e
Hyperbola will stop supporting networkmanager due to security issues 2019-09-27 17:48:59 -05:00
6a4e2611ae
specify file name: .xinitrc 2019-09-14 15:41:31 -05:00
83ece1b21b
Added example config Xenocara or Xorg, closed #3 2019-09-14 15:34:30 -05:00
884979bbff
Fix not found directory .config/conky/ #3 2019-09-14 15:18:27 -05:00
69035fc3de
Added --seccomp to programs in firejail
seccomp (short for secure computing mode) is a computer security facility in the Linux kernel.
seccomp was first devised by Andrea Arcangeli in January 2005 for use in public grid computing
and was originally intended as a means of safely running untrusted compute-bound programs.
It was merged into the Linux kernel mainline in kernel version 2.6.12, which was released on
March 8, 2005. seccomp allows a process to make a one-way transition into a "secure" state
where it cannot make any system calls except exit(), sigreturn(), read() and write() to
already-open file descriptors. Should it attempt any other system calls, the kernel will
terminate the process with SIGKILL or SIGSYS. In this sense, it does not virtualize the
system's resources but isolates the process from them entirely.
2019-09-04 12:32:42 -05:00
a2acc896c7
improve color purple 2019-08-30 13:05:34 -05:00
262712ca12
Added termite config 2019-08-30 12:42:36 -05:00
d497cf34a2
mount & umount microSD 2019-08-26 13:59:08 -05:00
cea94c8a87
install.sh: fix create images directory 2019-08-08 15:51:26 -05:00
9091410a1d
install.sh: minor fix 2019-07-30 21:25:11 -05:00
5a2afa1332
improve message log 2019-07-30 21:23:45 -05:00
b88cd1b4f1
dinamic copy 2019-07-30 20:49:25 -05:00
ab76c1086b
clean up URL 2019-07-30 18:41:50 -05:00
9a18dbfbea
Added missing ttf-bitstream-vera used for conky 2019-07-30 17:57:12 -05:00
76bd98ac41
change heckyel path to /home/heckyel 2019-07-30 17:48:17 -05:00
fa9a06b4be
set wifi device 2019-07-30 17:47:01 -05:00
2b418736d7
~ no is PATH 2019-07-30 17:44:32 -05:00
31c629a6e5
config: remove unimportant parameter of rofi-menu
`-terminal termite`
2019-07-30 17:39:34 -05:00
dc02e2a400
install.sh: added missing ttf-hack 2019-07-30 17:36:21 -05:00
3aad416e32
README.md: fix network-manager-applet dependencie in Trisquel 2019-07-30 16:34:30 -05:00
7ae1dbff6f
README.md: move manual shortcuts to shortcuts.md 2019-07-30 16:17:29 -05:00
7ea45b70fc
README.md: minor fix 2019-07-30 16:09:46 -05:00
8be6ddc711
README.md: update 2019-07-30 16:08:04 -05:00
bc9923e3ea
simple install 2019-07-30 15:59:29 -05:00
d72a3084b2
config: minor fix 2019-07-28 00:20:39 -05:00
9f701fc2bd
Added mount and unmount device menu 2019-07-27 13:28:58 -05:00
279399ab48
Adde install.sh 2019-07-25 12:19:24 -05:00
65a4513b03
enable mount cd 2019-07-25 12:18:46 -05:00
02cdfb188e
disable instance, set automatic instance 2019-07-14 18:05:47 -05:00
65b9c8e23c
fix issues shellcheck and support vpn 2019-07-14 18:05:20 -05:00
557015eaa0
improve and fix issues shellcheck 2019-07-14 18:04:07 -05:00
1c9a6121ab
base refactoring 2019-07-05 15:54:07 -05:00
c6a2d62411
Multiples fixes:
* [volume: Use '/usr/bin/env bash' as shebang](cd182fd4f2 (diff-210ab9e731c9c36c2c38db15c28a8d1c))

On some systems (e.g. NixOS, openBSD) Bash isn't located or symlinked at
`/bin/bash`. This change ensures that the correct path is used across
different operating systems.

* [volume: add LABEL support](be3f4ae715 (diff-210ab9e731c9c36c2c38db15c28a8d1c))

* [volume: use injected properties](50b2b6ee53 (diff-210ab9e731c9c36c2c38db15c28a8d1c))

See #132

* [volume: pulse-detection: explicitly try the "pulse" device](777a056cce (diff-210ab9e731c9c36c2c38db15c28a8d1c))

Because it's available on some systems (for which pulse is the right
option), but not the default, so `amixer info` will not give the right
result. When this command succeeds, there is no more need to check the
output.

Additionally removed a wrong test bracket (not neccessary and not
working for all bash versions).

* [volume: don't check for pulse via lsmod but command](67dba4fca9 (diff-210ab9e731c9c36c2c38db15c28a8d1c))

- check if command `pulseaudio` exists
- check if pulse is running
- in the case that pulse is detected, still check if the mixer name
  "pulse" exists

- instruction for manual setting in README

Fixes vivien/i3blocks#236
Fixes vivien/i3blocks#201
Fixes: vivien/i3blocks#281

* [volume: allow device names to include numbers](1b3efc6e44 (diff-210ab9e731c9c36c2c38db15c28a8d1c)):

Fixes: vivien/i3blocks#281
2019-07-02 12:51:01 -05:00
440d46fcc0
revert PulseAudio closed #2 2019-07-01 13:02:40 -05:00
e685f2c4a7
remove preferences title closed #1 2019-07-01 12:12:26 -05:00
7dabf754a2
audio controls from pactl 2019-07-01 12:00:25 -05:00
79ffc7ef3f
minor fix 2019-06-30 23:10:45 -05:00
f58bb95afe
remove not security abrowser 2019-06-30 23:09:11 -05:00
78ba338983
reorganize config 2019-06-30 23:07:08 -05:00
4bd766205a
multiples fix 2019-06-30 13:24:11 -05:00
b083362e4c
improve URL of scrot 2019-06-26 19:46:22 -05:00
726688a6b4
Added Ardour to workspace6 2019-06-26 19:41:40 -05:00