Compare commits
No commits in common. "0aa3d4ad96b8d145b9cdb14aa8868a2be74258b1" and "bfbe0747a6a8800ee3213398518da871097bfd0f" have entirely different histories.
0aa3d4ad96
...
bfbe0747a6
|
@ -7,7 +7,6 @@ dunst
|
||||||
feh
|
feh
|
||||||
firefox
|
firefox
|
||||||
flameshot
|
flameshot
|
||||||
htop
|
|
||||||
i3-wm
|
i3-wm
|
||||||
i3lock-color
|
i3lock-color
|
||||||
jq
|
jq
|
||||||
|
@ -30,7 +29,6 @@ polybar
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
python-pip
|
python-pip
|
||||||
python-pygments
|
python-pygments
|
||||||
redshift
|
|
||||||
rofi
|
rofi
|
||||||
rsync
|
rsync
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
|
@ -30,7 +30,6 @@ polybar
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
python-pip
|
python-pip
|
||||||
python-pygments
|
python-pygments
|
||||||
redshift
|
|
||||||
rofi
|
rofi
|
||||||
rsync
|
rsync
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
|
@ -73,7 +73,6 @@ exec thunderbird
|
||||||
exec signal-desktop
|
exec signal-desktop
|
||||||
exec telegram-desktop
|
exec telegram-desktop
|
||||||
exec obsidian
|
exec obsidian
|
||||||
exec --no-startup-id redshift-gtk
|
|
||||||
|
|
||||||
# fetch keys from HSM
|
# fetch keys from HSM
|
||||||
exec --no-startup-id gpg --card-status
|
exec --no-startup-id gpg --card-status
|
||||||
|
@ -197,7 +196,7 @@ bindsym $mod+r mode "$resize_mode"
|
||||||
# BINDINGS FOR NOTIFICATIONS
|
# BINDINGS FOR NOTIFICATIONS
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
bindsym Ctrl+Shift+space exec dunstctl close-all
|
bindsym Ctrl+Shift+BackSpace exec dunstctl close-all
|
||||||
bindsym Ctrl+$mod+space exec dunstctl history-pop
|
bindsym Ctrl+$mod+space exec dunstctl history-pop
|
||||||
bindsym Shift+BackSpace exec dunstctl close
|
bindsym Shift+BackSpace exec dunstctl close
|
||||||
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
[redshift]
|
|
||||||
temp-day=5700
|
|
||||||
temp-night=3500
|
|
||||||
brightness=1.0
|
|
||||||
gamma=0.8
|
|
||||||
; Brutal
|
|
||||||
fade=0
|
|
||||||
|
|
||||||
location-provider=manual
|
|
||||||
|
|
||||||
; This is Compiegne
|
|
||||||
[manual]
|
|
||||||
lat=49.41794
|
|
||||||
lon=2.82606
|
|
|
@ -24,7 +24,6 @@ In brief this is the classic Arch/i3 combo with :
|
||||||
* [Rofi](https://github.com/DaveDavenport/rofi), a full-customizable app launcher
|
* [Rofi](https://github.com/DaveDavenport/rofi), a full-customizable app launcher
|
||||||
* Automatic login (drives are encrypted)
|
* Automatic login (drives are encrypted)
|
||||||
* Automatic backups
|
* Automatic backups
|
||||||
* Blue light reducer at night
|
|
||||||
* A fancy lock screen, with optional hibernation, either triggered by hotkey or when there is no activity for X minutes
|
* A fancy lock screen, with optional hibernation, either triggered by hotkey or when there is no activity for X minutes
|
||||||
* ZSH with Oh My ZSH
|
* ZSH with Oh My ZSH
|
||||||
* Mappings to control ALSA volume from dedicated keyboards buttons, to play/plause players compatible with MPRIS D-Bus Interface spec
|
* Mappings to control ALSA volume from dedicated keyboards buttons, to play/plause players compatible with MPRIS D-Bus Interface spec
|
||||||
|
|
Loading…
Reference in New Issue