diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2023-05-04 11:14:35 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2023-05-04 11:14:35 +0200 |
commit | cb2cab2e45295b0e837d4d3b301f7594a5392464 (patch) | |
tree | 580eb6d77d2fd4178c63d17d358113b9890c4fe2 | |
parent | 44039cc55044b64da9f23a3b1178f5577e4e99bf (diff) |
rm docker aliases, change i3 wallpaper, rm Teams bindsym, change ip alias
-rw-r--r-- | dot_Xdefaults | 4 | ||||
-rw-r--r-- | dot_config/aliasrc | 5 | ||||
-rw-r--r-- | dot_config/i3/config | 3 |
3 files changed, 4 insertions, 8 deletions
diff --git a/dot_Xdefaults b/dot_Xdefaults index ee4d02e..b3ab3c9 100644 --- a/dot_Xdefaults +++ b/dot_Xdefaults @@ -1,11 +1,11 @@ +Sxiv.background: #040217 + xterm*cursorColor: #C9A6C9 xterm*pointerShape: xterm xterm*pointerColor: #D52C70 xterm*faceSize: 12 xterm*faceName: wts11 -Sxiv.background: #040217 - *.foreground: #FF70FF *.background: #040217 *.color0: #000000 diff --git a/dot_config/aliasrc b/dot_config/aliasrc index 411b143..c7310c2 100644 --- a/dot_config/aliasrc +++ b/dot_config/aliasrc @@ -22,8 +22,5 @@ alias mpv='mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)' \ vv='cd ~/Videos && ls -A *' \ pp='cd ~/Pictures && ls -A *' \ mm='cd ~/Music && ls -A !(data-music)' \ - ipa='ip -c -h -s a' \ + ipa='ip -c a' \ wget='wget --hsts-file="$XDG_DATA_HOME"/wget-hsts' \ - dls='sudo docker container ls' \ - dlsa='sudo docker container ls -a' \ - dstopall='sudo docker container stop $(sudo docker container ls -aq)' diff --git a/dot_config/i3/config b/dot_config/i3/config index 6b834f9..751e861 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -200,12 +200,11 @@ bindsym $mod+Shift+X exec "i3-nagbar -t warning -f fixed -m 'You pressed the shu # Reboot - BackSpace bindsym $mod+Shift+BackSpace exec "i3-nagbar -t warning -f fixed -m 'You pressed the restarting shortcut. Do you really eant to restart you computer?' -B 'Yes, restart it.' 'sudo /bin/reboot'" # (T)eams -bindsym $mod+Shift+T exec notify-send -t 5000 -i /home/mas/Pictures/icons/teams.png "Opening" "<span color='purple' font='26px'><b>Teams</b></span>" ; exec teams # (P)assword manager #bindsym $mod+Shift+P exec passmenu # Set the bg wallpaper -exec --no-startup-id feh --bg-scale /home/mas/Pictures/retrowave-pyramid.png +exec --no-startup-id feh --bg-scale /home/mas/Pictures/you_wouldnt_steal_a_wallpaper.png # Sreen brightness controls bindsym XF86MonBrightnessUp exec xbacklight -inc 1 ; exec notify-send -t 500 "Brightness : $(xbacklight -get)" # increase screen brightness |