aboutsummaryrefslogtreecommitdiff
path: root/config/i3
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-06-24 00:36:11 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-06-24 00:36:11 +0200
commit04dce07b8605f8cb25183352f4e720f74fa2c0be (patch)
treeeb3c9093ff1511688c228f7f5b6724e1e97b8222 /config/i3
parent89f31e2b70c191ca0fbd8763355d0966939df92f (diff)
feat(): update everyting and add nvim config
Diffstat (limited to 'config/i3')
-rw-r--r--config/i3/config15
1 files changed, 8 insertions, 7 deletions
diff --git a/config/i3/config b/config/i3/config
index 82851d7..eb58ed2 100644
--- a/config/i3/config
+++ b/config/i3/config
@@ -247,7 +247,7 @@ bindsym XF86AudioPrev exec playerctl previous
bindsym $mod+p exec /usr/local/bin/switch-audio-port
## App shortcuts
-bindsym $mod+w exec /usr/bin/firefox
+bindsym $mod+w exec /usr/bin/vivaldi-stable
bindsym $mod+n exec /usr/bin/thunar
# Power Profiles menu switcher (rofi)
@@ -284,6 +284,7 @@ workspace $ws10 output DP-5
# bind program to workspace and focus to them on startup:
assign [class="alacritty"] $ws1
assign [class="(?i)firefox"] $ws3
+assign [class="Vivaldi-stable"] $ws3
assign [class="discord"] $ws4
assign [class="Spotify"] $ws10
assign [class="spotify"] $ws10
@@ -360,7 +361,7 @@ exec --no-startup-id dex --autostart --environment i3
# set wallpaper
#exec --no-startup-id sleep 2 && nitrogen --restore
-exec_always --no-startup-id feh --bg-fill ~/Images/wallpapers/wallpaper.jpg
+exec_always --no-startup-id feh --bg-fill ~/Images/wallpapers/tlou2-ellie-guitar-tree.jpg
# set powersavings for display:
exec --no-startup-id xset s 480 dpms 600 600 600
@@ -555,18 +556,18 @@ exec_always --no-startup-id killall -q polybar
exec_always --no-startup-id sleep 1 && polybar main
exec_always --no-startup-id sleep 1 && polybar external
-exec_always --no-startup-id picom
+exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
# run applications
exec snap run discord
exec spotify
-exec firefox
+exec vivaldi-stable
# Commands for screenshot
# Screenshot
-bindsym Print exec --no-startup-id maim "/home/$USER/Pictures/$(date)"
-bindsym $mod+Print exec --no-startup-id maim --window $(xdotool getactivewindow) "/home/$USER/Pictures/$(date)"
-bindsym Shift+Print exec --no-startup-id maim --select "/home/$USER/Pictures/$(date)"
+bindsym Print exec --no-startup-id maim "/home/$USER/Images/$(date).png"
+bindsym $mod+Print exec --no-startup-id maim --window $(xdotool getactivewindow) "/home/$USER/Images/$(date).png"
+bindsym Shift+Print exec --no-startup-id maim --select "/home/$USER/Images/$(date).png"
## Clipboard Screenshots
bindsym Ctrl+Print exec --no-startup-id maim | xclip -selection clipboard -t image/png