Pfade relativ (#5)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #5
This commit is contained in:
parent
b036e8a439
commit
7d8d3b61e4
7 changed files with 15 additions and 15 deletions
|
@ -13,4 +13,4 @@
|
|||
[merge]
|
||||
conflictStyle = diff3
|
||||
[safe]
|
||||
directory = /home/mg/dotfiles
|
||||
directory = ~/dotfiles
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
disabledTrayIcon=true
|
||||
drawColor=#800080
|
||||
drawThickness=0
|
||||
saveAfterCopyPath=/home/mg/Bilder
|
||||
savePath=/home/mg
|
||||
saveAfterCopyPath=~/Bilder
|
||||
savePath=~
|
||||
|
|
16
i3/config
16
i3/config
|
@ -12,13 +12,13 @@ font pango:monospace 8
|
|||
force_display_urgency_hint 5000 ms
|
||||
|
||||
# execute lockscreen.sh; sperrt rechner nach x min
|
||||
exec_always --no-startup-id /home/mg/dotfiles/i3/scripte/lockscreen.sh
|
||||
exec_always --no-startup-id ~/dotfiles/i3/scripte/lockscreen.sh
|
||||
|
||||
# enter lockscreen manually
|
||||
bindsym $mod1+l exec --no-startup-id /home/mg/dotfiles/i3/scripte/lock.sh
|
||||
bindsym $mod1+l exec --no-startup-id ~/dotfiles/i3/scripte/lock.sh
|
||||
|
||||
# dimm screen
|
||||
exec_always --no-startup-id /home/mg/dotfiles/i3/scripte/dimming.sh
|
||||
exec_always --no-startup-id ~/dotfiles/i3/scripte/dimming.sh
|
||||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
|
@ -45,11 +45,11 @@ bindsym $mod2+F4 kill
|
|||
bindsym $mod1+Shift+q kill
|
||||
|
||||
# start rofi
|
||||
bindsym $mod1+d exec --no-startup-id /home/mg/dotfiles/i3/scripte/start_rofi.sh
|
||||
bindsym $mod1+d exec --no-startup-id ~/dotfiles/i3/scripte/start_rofi.sh
|
||||
|
||||
# screenshots
|
||||
bindsym $mod1+p exec --no-startup-id flameshot full -p /home/mg -c
|
||||
bindsym Print exec --no-startup-id flameshot full -p /home/mg -c
|
||||
bindsym $mod1+p exec --no-startup-id flameshot full -p ~ -c
|
||||
bindsym Print exec --no-startup-id flameshot full -p ~ -c
|
||||
bindsym $mod1+shift+p exec --no-startup-id flameshot gui
|
||||
|
||||
# change focus
|
||||
|
@ -165,10 +165,10 @@ hide_edge_borders smart
|
|||
for_window [class=".*"] border pixel 1
|
||||
|
||||
# polybar
|
||||
exec_always --no-startup-id /home/mg/dotfiles/polybar/launch.sh
|
||||
exec_always --no-startup-id ~/dotfiles/polybar/launch.sh
|
||||
|
||||
# feh
|
||||
exec --no-startup-id /usr/bin/feh --bg-scale /home/mg/dotfiles/i3/wallpaper/dogg.jpg
|
||||
exec --no-startup-id /usr/bin/feh --bg-scale ~/dotfiles/i3/wallpaper/dogg.jpg
|
||||
|
||||
# polybar/popup-calendar
|
||||
for_window [class="Yad" title="yad-calendar"] floating enable
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[module/system-cpu-loadavg]
|
||||
inherit = module/defaults
|
||||
exec = /home/mg/dotfiles/polybar/scripte/system-cpu-loadavg.sh
|
||||
exec = ~/dotfiles/polybar/scripte/system-cpu-loadavg.sh
|
||||
format-prefix = "LAVG "
|
||||
|
||||
[module/cpu]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[module/df]
|
||||
inherit = module/defaults
|
||||
exec = /home/mg/dotfiles/polybar/scripte/df.sh
|
||||
exec = ~/dotfiles/polybar/scripte/df.sh
|
||||
format-prefix = "DU "
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[module/time]
|
||||
inherit = module/defaults
|
||||
exec = /home/mg/dotfiles/polybar/scripte/time.sh
|
||||
exec = ~/dotfiles/polybar/scripte/time.sh
|
||||
format-prefix = "DATE "
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include-directory = /home/mg/dotfiles/polybar/conf.d
|
||||
include-directory = ~/dotfiles/polybar/conf.d
|
||||
|
||||
|
||||
[bar/defaults]
|
||||
|
|
Loading…
Reference in a new issue