i3: some more changes
This commit is contained in:
parent
f3fe0a4b81
commit
f694963376
@ -44,7 +44,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec xfce4-terminal
|
||||
# bindsym $mod+Return exec xfce4-terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@ -200,6 +201,7 @@ bar {
|
||||
status_command i3blocks
|
||||
position bottom
|
||||
i3bar_command i3bar --transparency
|
||||
bindsym button3 exec --no-startup-id jgmenu_run
|
||||
}
|
||||
|
||||
|
||||
@ -243,20 +245,28 @@ bindsym $mod+Print mode "$mode_screenshot_clipboard"
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
bindsym $mod+Ctrl+Left move workspace to output right
|
||||
|
||||
bindsym $mod+c exec xfce4-terminal --role floating --hide-scrollbar --title Calculator -e qalc
|
||||
#bindsym $mod+c exec xfce4-terminal --role floating --hide-scrollbar --title Calculator -e qalc
|
||||
bindsym $mod+c exec qalculate-gtk
|
||||
bindsym $mod+p exec xwacomcalibrate
|
||||
bindsym $mod+t exec thunar
|
||||
bindsym $mod+m exec xfce4-terminal -x mc
|
||||
#bindsym $mod+m exec xfce4-terminal -x mc
|
||||
bindsym $mod+Shift+c exec $scripts/jupyter-calculator
|
||||
bindsym $mod+b exec firefox
|
||||
bindsym $mod+s exec pavucontrol
|
||||
bindsym $mod+u exec pamac-manager
|
||||
|
||||
# read 1 character and mark the current window with this character
|
||||
bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
|
||||
# read 1 character and go to the window with the character
|
||||
bindsym $mod+Shift+m exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
|
||||
|
||||
workspace_auto_back_and_forth yes
|
||||
|
||||
default_border pixel
|
||||
default_floating_border normal
|
||||
|
||||
focus_on_window_activation focus
|
||||
|
||||
assign [class="firefox" title="Mozilla Firefox$"] workspace $ws1
|
||||
assign [class="TelegramDesktop"] workspace $ws9
|
||||
assign [class="Signal"] workspace $ws9
|
||||
@ -267,15 +277,16 @@ assign [class="zoom"] workspace $ws5
|
||||
|
||||
for_window [class="firefox"] focus
|
||||
#for_window [class="Thunderbird"] focus
|
||||
for_window [class="TelegramDesktop"] no_focus
|
||||
for_window [class="Rocket.Chat"] no_focus
|
||||
for_window [class="Element"] no_focus
|
||||
#for_window [class="TelegramDesktop"] no_focus
|
||||
#for_window [class="Rocket.Chat"] no_focus
|
||||
#for_window [class="Element"] no_focus
|
||||
|
||||
#for_window [class="Thunderbird"] focus
|
||||
|
||||
for_window [title="Manjaro Settings Manager"] floating enable
|
||||
for_window [class="Pamac-manager"] floating enable
|
||||
for_window [class="Pamac-updater"] floating enable
|
||||
for_window [class="Qalculate-gtk"] floating enable
|
||||
#for_window [class="zoom" title="Chat"] floating enable
|
||||
#for_window [class="Thunderbird" instance="Msgcompose"] floating enable
|
||||
#
|
||||
@ -295,6 +306,8 @@ exec_always ~/.screenlayout/one-screen.sh
|
||||
#exec element-desktop no_focus
|
||||
#exec telegram-desktop no_focus
|
||||
|
||||
# Rightclick menu
|
||||
exec --no-startup-id jgmenu --at-pointer --hide-on-startup
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
@ -302,9 +315,9 @@ exec --no-startup-id nextcloud
|
||||
# Authentication agent
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
# Notify about software updates
|
||||
exec --no-startup-id pamac-tray
|
||||
# exec --no-startup-id pamac-tray
|
||||
# Notify about kernel updates
|
||||
exec --no-startup-id msm_notifier
|
||||
# exec --no-startup-id msm_notifier
|
||||
# Audio
|
||||
exec --no-startup-id start-pulseaudio-x11
|
||||
# Background
|
||||
|
Loading…
x
Reference in New Issue
Block a user