From 01138aee56ebad6a912cebce6b00ea6ba6eddddc Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 17 Mar 2024 21:45:36 +0100 Subject: Updating i3 config and adding chatterino icon --- Pictures/icons/chatterino2.png | Bin 0 -> 2987 bytes dot_config/i3/config | 24 +++++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 Pictures/icons/chatterino2.png diff --git a/Pictures/icons/chatterino2.png b/Pictures/icons/chatterino2.png new file mode 100644 index 0000000..837e200 Binary files /dev/null and b/Pictures/icons/chatterino2.png differ diff --git a/dot_config/i3/config b/dot_config/i3/config index ebda256..665d676 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -198,7 +198,7 @@ bindsym $mod+Shift+W exec notify-send -t 5000 -i /usr/share/icons/hicolor/256x25 # Power off - X bindsym $mod+Shift+X exec "i3-nagbar -t error -f fixed -m 'You pressed the shutting shortcut. Do you really eant to shut you computer?' -B 'Yes, shut it.' 'sudo /bin/poweroff'" # 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'" +bindsym $mod+Shift+BackSpace exec "i3-nagbar -t error -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 # (P)assword manager #bindsym $mod+Shift+P exec passmenu @@ -349,7 +349,8 @@ mode "$mode_gaps_left" { } gaps inner 10 -###GAPS### +######GAPS###### + # (D)iscord bindsym $mod+Shift+D exec notify-send -t 5000 -i /home/mas/Pictures/icons/discord.png "Opening" "Discord" ; exec Discord @@ -362,7 +363,7 @@ bindsym XF86AudioNext exec playerctl next #bindsym XF86AudioPrev exec playerctl previous # Screenshot with scrot -bindsym Print exec notify-send -t 5000 -i /home/mas/Pictures/icons/screenshot.png "Launching" "scrot" ; exec scrot --silent --exec 'mv $f ~/Pictures/screenshots && sxiv ~/Pictures/screenshots/$f' +#bindsym Print exec notify-send -t 5000 -i /home/mas/Pictures/icons/screenshot.png "Launching" "scrot" ; exec scrot --silent --exec 'mv $f ~/Pictures/screenshots && sxiv ~/Pictures/screenshots/$f' # (C)hromium bindsym $mod+Shift+C exec notify-send -t 5000 -i /usr/share/icons/hicolor/256x256/apps/chromium.png "Opening" "chromium" ; exec chromium @@ -373,6 +374,7 @@ bindsym $mod+F11 exec dmenuumount # (V)irtualBox bindsym $mod+Shift+V exec notify-send -t 5000 -i /usr/share/icons/hicolor/128x128/mimetypes/virtualbox.png "Launching" "VirtualBox" ; exec VirtualBox + # Thunderbird - (M)ail bindsym $mod+Shift+M exec notify-send -t 5000 -i /usr/share/icons/hicolor/256x256/apps/thunderbird.png "Launching" "Thunderbird" ; exec thunderbird @@ -381,23 +383,23 @@ bindsym $mod+Shift+U exec setxkbmap us && exec notify-send -t 5000 "US xkbmap" bindsym $mod+Shift+F exec setxkbmap fr && exec notify-send -t 5000 "FR xkbmap" # Network manager - (I)nternet -#bindsym $mod+Shift+I exec networkmanager_dmenu +bindsym $mod+Shift+I exec networkmanager_dmenu -#Krita - F1 +# Krita - F1 bindsym $mod+Shift+F1 exec notify-send -t 5000 -i /usr/share/icons/hicolor/1024x1024/apps/krita.png "Lauching" "Krita" && exec krita -#remove the header of the window +# Remove the header of windows default_border pixel 2 -#Urgency i3 opt out option +# Urgency i3 opt-out option bindsym $mod+Shift+F10 exec i3-msg exit -#Android Studio - F2 -bindsym $mod+Shift+F2 exec notify-send -t 5000 -i /home/mas/Pictures/icons/android_studio.png "Lauching" "Android Studio" && exec studio - +# Change i3-wm workspace names based on content exec_always --no-startup-id /usr/bin/i3wsr #(L)ock bindsym $mod+Ctrl+l exec i3lock --show-failed-attempts --image="$HOME/Pictures/superhot_wpp.png" -for_window [class="mpv"] floating enable +# Chatterino - (T)witch +bindsym $mod+Shift+T exec notify-send -t 5000 -i /home/mas/Pictures/icons/chatterino2.png "Lauching" "Chatterino" && exec chatterino + -- cgit v1.2.3