aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2024-03-17 21:45:36 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2024-03-17 21:45:36 +0100
commit01138aee56ebad6a912cebce6b00ea6ba6eddddc (patch)
tree341483897cb8450adb92a7ed83f69dcc5055ac14
parenta8ea3dd66afe3c30904e69e3d2baf6b7d4d3a43e (diff)
Updating i3 config and adding chatterino icon
-rw-r--r--Pictures/icons/chatterino2.pngbin0 -> 2987 bytes
-rw-r--r--dot_config/i3/config24
2 files changed, 13 insertions, 11 deletions
diff --git a/Pictures/icons/chatterino2.png b/Pictures/icons/chatterino2.png
new file mode 100644
index 0000000..837e200
--- /dev/null
+++ b/Pictures/icons/chatterino2.png
Binary files 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" "<span color='#738ADB' font='26px'><b>Discord</b></span>" ; 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" "<span color='cyan' font='26px'><b>scrot</b></span>" ; 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" "<span color='cyan' font='26px'><b>scrot</b></span>" ; 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" "<span color='#5D7FD2' font='26px'><b>chromium</b></span>" ; 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" "<span color='blue' font='26px'><b>VirtualBox</b></span>" ; exec VirtualBox
+
# Thunderbird - (M)ail
bindsym $mod+Shift+M exec notify-send -t 5000 -i /usr/share/icons/hicolor/256x256/apps/thunderbird.png "Launching" "<span color='blue' font='26px'><b>Thunderbird</b></span>" ; 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" "<span color='pink' font='26px'><b>Krita</b></span>" && 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" "<span color='#004d00' font='26px'><b>Android Studio</b></span>" && 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" "<span color='pink' font='26px'><b>Chatterino</b></span>" && exec chatterino
+