Commit Graph

60 Commits

Author SHA1 Message Date
Jesús
e3dd76ce5b update icons 2020-05-30 18:50:52 -05:00
Jesús
deedec8758 Replace udiskctl with udevil command and added lxsession 2019-11-05 12:43:08 -05:00
Jesús
fcd2695ba7 replace networkmanager to dhcpcd-ui 2019-10-12 20:58:36 -05:00
Jesús
3345557c06 disable nm-applet for default 2019-09-28 11:23:20 -05:00
Jesús
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
Jesús
d497cf34a2 mount & umount microSD 2019-08-26 13:59:08 -05:00
Jesús
2b418736d7 ~ no is PATH 2019-07-30 17:44:32 -05:00
Jesús
31c629a6e5 config: remove unimportant parameter of rofi-menu
`-terminal termite`
2019-07-30 17:39:34 -05:00
Jesús
d72a3084b2 config: minor fix 2019-07-28 00:20:39 -05:00
Jesús
9f701fc2bd Added mount and unmount device menu 2019-07-27 13:28:58 -05:00
Jesús
65a4513b03 enable mount cd 2019-07-25 12:18:46 -05:00
Jesús
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
Jesús
440d46fcc0 revert PulseAudio closed #2 2019-07-01 13:02:40 -05:00
Jesús
e685f2c4a7 remove preferences title closed #1 2019-07-01 12:12:26 -05:00
Jesús
7dabf754a2 audio controls from pactl 2019-07-01 12:00:25 -05:00
Jesús
79ffc7ef3f minor fix 2019-06-30 23:10:45 -05:00
Jesús
f58bb95afe remove not security abrowser 2019-06-30 23:09:11 -05:00
Jesús
78ba338983 reorganize config 2019-06-30 23:07:08 -05:00
Jesús
4bd766205a multiples fix 2019-06-30 13:24:11 -05:00
Jesús
b083362e4c improve URL of scrot 2019-06-26 19:46:22 -05:00
Jesús
726688a6b4 Added Ardour to workspace6 2019-06-26 19:41:40 -05:00
Jesús
41eb6100a1 added more floating apps 2019-06-26 19:38:44 -05:00
Jesús
c7d8ac3057 fix syntax 2019-06-26 19:15:49 -05:00
Jesús
a75356637a Added Abrowser to Apps 2019-06-25 19:58:00 -05:00
Jesús
a53e95fa62 change to absolute path 2019-06-23 22:05:06 -05:00
Jesús
4f02be83b0 update config 2019-06-17 14:29:55 -05:00
Jesús
22f6ed6e11 Added emacs focus and improve mode_display 2019-05-27 10:24:08 -05:00
Jesús
2efa4ae096 added pop-up to floating 2019-05-10 21:04:28 -05:00
Jesús
f7acd4985d added config dmenu_run, disable for default 2019-05-10 21:03:40 -05:00
Jesús
76b1e028a1 focus into Xfce4-terminal 2019-05-10 14:49:11 -05:00
Jesús
c5992d268d change to Shortcut weechat 2019-05-10 14:48:29 -05:00
Jesús
ec16f37bdc added role about to floating 2019-04-30 08:04:08 -05:00
Jesús
fcc1d5d6eb refactoring floating 2019-04-28 18:20:37 -05:00
Jesús
75aba9cc43 added organizer Iceweasel-UXP to floating 2019-04-28 18:12:28 -05:00
Jesús
bbd854dd19 reorganize for_window floating 2019-04-28 17:52:31 -05:00
Jesús
adfebd19d9 fix reorganize assign 2019-04-28 17:48:48 -05:00
Jesús
21696e6ab1 reorganize assign 2019-04-28 17:45:04 -05:00
Jesús
0b6a6c281a added Simplescreenrecorder to mutlimedia workspace 2019-04-28 17:41:41 -05:00
Jesús
7f6d2a19f8 added Simplescreenrecorder to floating 2019-04-28 17:40:58 -05:00
Jesús
03790966a6 fix libreoffice i3-frame 2019-04-28 11:43:54 -05:00
Jesús
909dfa96b7 added pinentry to floating 2019-04-27 18:23:21 -05:00
Jesús
432e82fc21 added icedove-uxp and iceweasel-uxp 2019-04-25 21:37:16 -05:00
Jesús
1de4d589b9 added firetools to floating windows 2019-04-25 21:27:34 -05:00
Jesús
fd5efa6fa8 added floating programs 2019-04-25 12:58:14 -05:00
Jesús
3514082e73 added qtox to workspace Internet 2019-04-25 12:28:16 -05:00
Jesús
8f59a8d8ab material rofi 2019-04-23 19:56:18 -05:00
Jesús
9b97f1bbce minor fix uppercase colors 2019-04-23 19:48:20 -05:00
Jesús
3dc661e4e4 added mumble to Multimedia 2019-04-23 18:57:34 -05:00
Jesús
caf905c649 remove autostart icedove-uxp 2019-04-22 17:29:26 -05:00
Jesús
11ffe92bc4 remove emacs client 2019-04-22 10:42:12 -05:00