tweak i3 config

This commit is contained in:
2023-07-01 19:22:43 -04:00
parent 5d32441b6a
commit 81600a74a4
3 changed files with 107 additions and 93 deletions
+1
View File
@@ -7,5 +7,6 @@ exec --no-startup-id nm-applet
exec --no-startup-id nextcloud
#exec --no-startup-id discord
#exec --no-startup-id signal-desktop
exec_always --no-startup-id blueman-applet
exec_always --no-startup-id feh -z --bg-scale $HOME/Pictures/wallpaper
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
+2 -2
View File
@@ -47,11 +47,11 @@ no_focus [window_role="pop-up"]
for_window [window_role="^Preferences$"] floating enable, border pixel 1
for_window [class="^.*"] border pixel 2
for_window [class="Spotify|cutefish-calculator|kcalc|Galculator|systemsettings|Streamdeck UI|Cheese|deepin-camera|steam|Cinnamon-settings.py|Bitwarden"] floating enable, border pixel 1
for_window [class="Nextcloud"] floating enable
for_window [class="Nextcloud|Blueman-manager"] floating enable
for_window [title="Friends List"] floating enable
for_window [class="GParted"] floating enable, resize set 1550 900, border pixel 0, move position center
for_window [class="Streamdeck UI"] floating enable, resize set 500 508
for_window [class="fm|vol|mus|Bitwarden"] floating enable, resize set 1250 700, move scratchpad, border pixel 0
for_window [class="fm|vol|mus|Bitwarden"] floating enable, resize set 1250 700, move scratchpad, border pixel 5
# Assign workspaces (find class with xprop)
assign [class="LibreWolf|^[Ff]irefox.*|^Brave.*|firedragon|Chromium"] 2
+17 -4
View File
@@ -1,3 +1,16 @@
set $myTerm "alacritty"
set $fileManager "thunar"
#bindsym $mod+o sticky toggle; exec --no-startup-id notify-send 'Sticky Window'
bindsym $mod+w exec --no-startup-id rofi -show window -show-icons
bindsym $mod+c exec --no-startup-id ~/.config/rofi/scripts/configs.sh
bindsym Shift+Down resize shrink height 8 px or 8 ppt
bindsym Shift+Up resize grow height 8 px or 8 ppt
bindsym Shift+Left resize shrink width 8 px or 8 ppt
bindsym Shift+Right resize grow width 8 px or 8 ppt
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
@@ -9,7 +22,7 @@ bindsym $mod+a focus parent
# start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id "dmenu_run -fn 'SpaceMono Nerd Font-11' -nf '#81a1c1' -nb '#434c5e' -sb '#5e81ac' -sf '#88c0d0'"
bindsym $mod+Shift+d exec --no-startup-id "rofi -modi drun,run -show drun"
bindsym $mod+Shift+d exec --no-startup-id "rofi -modi drun,run -show drun -show-icons"
#bindsym $mod+Ctrl+d exec --no-startup-id "xlunch ~/.config/xlunch/default.config"
bindsym $mod+period exec --no-startup-id "rofi -modi emoji -show emoji"
@@ -33,7 +46,6 @@ bindsym $mod+Ctrl+0 exec --no-startup-id "archlinux-logout"
#set $mode_system (l)ock (e)xit switch_(u)ser (s)uspend (h)ibernate (r)eboot (shift+s)hutdown
#bindsym $mod+Ctrl+Escape mode "$mode_system"
#mode "$mode_system" {
# bindsym l exec --no-startup-id betterlockscreen -l dimblur
# bindsym e exec --no-startup-id i3exit logout, mode "default"
@@ -137,8 +149,9 @@ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 # decrease
# Launchers
bindsym Print exec --no-startup-id flameshot gui
bindsym $mod+Print exec --no-startup-id screenkey
bindsym $mod+b exec --no-startup-id chromium
#bindsym $mod+m exec thunar
#bindsym $mod+m exec $fileManager
# start a terminal
bindsym $mod+Return exec --no-startup-id alacritty
bindsym $mod+Return exec --no-startup-id $myTerm