72 Commits

Author SHA1 Message Date
00f1e71d19
Replace mediaplayer with cmus 2021-09-07 15:44:46 -05:00
f387a5b72d
Disable lxsession by default 2021-09-07 15:16:14 -05:00
7188d41275
update child_border color to client focused 2021-08-28 23:46:29 -05:00
52e826fedf
update colors 2021-08-28 23:36:41 -05:00
9b8161d6fa
replace xfce4-terminal with sakura 2021-08-28 12:03:33 -05:00
7c80d9a31d
remove termite 2021-08-28 11:55:23 -05:00
545bcfd863
fix i3lock extension file 2021-08-28 11:44:28 -05:00
9b26dbb244
improve colors 2021-08-24 23:29:55 -05:00
c7b149193d
change theme color 2021-08-22 22:02:26 -05:00
431f41fc5d
[config]: fix office to assigned workspace 2021-02-12 11:15:56 -05:00
0350b7fd6a
[config]: improve firejail 2021-02-12 11:14:24 -05:00
a500fa42b8
Add eject -r for CD/DVD 2020-05-31 09:34:13 -05:00
e3dd76ce5b
update icons 2020-05-30 18:50:52 -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
3345557c06
disable nm-applet for default 2019-09-28 11:23:20 -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
d497cf34a2
mount & umount microSD 2019-08-26 13:59:08 -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
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
65a4513b03
enable mount cd 2019-07-25 12:18:46 -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
41eb6100a1
added more floating apps 2019-06-26 19:38:44 -05:00
c7d8ac3057
fix syntax 2019-06-26 19:15:49 -05:00
a75356637a
Added Abrowser to Apps 2019-06-25 19:58:00 -05:00
a53e95fa62
change to absolute path 2019-06-23 22:05:06 -05:00
4f02be83b0
update config 2019-06-17 14:29:55 -05:00
22f6ed6e11
Added emacs focus and improve mode_display 2019-05-27 10:24:08 -05:00
2efa4ae096
added pop-up to floating 2019-05-10 21:04:28 -05:00
f7acd4985d
added config dmenu_run, disable for default 2019-05-10 21:03:40 -05:00
76b1e028a1
focus into Xfce4-terminal 2019-05-10 14:49:11 -05:00
c5992d268d
change to Shortcut weechat 2019-05-10 14:48:29 -05:00
ec16f37bdc
added role about to floating 2019-04-30 08:04:08 -05:00
fcc1d5d6eb
refactoring floating 2019-04-28 18:20:37 -05:00
75aba9cc43
added organizer Iceweasel-UXP to floating 2019-04-28 18:12:28 -05:00
bbd854dd19
reorganize for_window floating 2019-04-28 17:52:31 -05:00
adfebd19d9
fix reorganize assign 2019-04-28 17:48:48 -05:00
21696e6ab1
reorganize assign 2019-04-28 17:45:04 -05:00
0b6a6c281a
added Simplescreenrecorder to mutlimedia workspace 2019-04-28 17:41:41 -05:00