Many changes after Aurora migration
This commit is contained in:
80
i3/i3/config
80
i3/i3/config
@ -40,7 +40,6 @@ 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 alacritty
|
||||
|
||||
# kill focused window
|
||||
@ -72,20 +71,20 @@ bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+h exec i3l move left
|
||||
bindsym $mod+Shift+j exec i3l move down
|
||||
bindsym $mod+Shift+k exec i3l move up
|
||||
bindsym $mod+Shift+l exec i3l move right
|
||||
bindsym $mod+Shift+h move left
|
||||
bindsym $mod+Shift+j move down
|
||||
bindsym $mod+Shift+k move up
|
||||
bindsym $mod+Shift+l move right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Shift+Left exec i3l move left
|
||||
bindsym $mod+Shift+Down exec i3l move down
|
||||
bindsym $mod+Shift+Up exec i3l move up
|
||||
bindsym $mod+Shift+Right exec i3l move right
|
||||
bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal / vertical orientation
|
||||
# bindsym $mod+Shift+v split h
|
||||
# bindsym $mod+v split v
|
||||
bindsym $mod+Shift+v split h
|
||||
bindsym $mod+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
@ -123,17 +122,6 @@ set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
|
||||
set $i3l vstack to workspace $ws1
|
||||
set $i3l vstack to workspace $ws2
|
||||
set $i3l vstack to workspace $ws3
|
||||
set $i3l vstack to workspace $ws4
|
||||
set $i3l vstack to workspace $ws5
|
||||
set $i3l vstack to workspace $ws6
|
||||
set $i3l vstack to workspace $ws7
|
||||
set $i3l vstack to workspace $ws8
|
||||
set $i3l vstack to workspace $ws9
|
||||
set $i3l vstack to workspace $ws10
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
bindsym $mod+2 workspace number $ws2
|
||||
@ -266,50 +254,20 @@ mode "$mode_screenshot_clipboard" {
|
||||
}
|
||||
bindsym $mod+Print mode "$mode_screenshot_clipboard"
|
||||
|
||||
set $mode_choose_layout Layout (h) vstack-left, (l) vstack-right, (k) hstack-top, (j) hstack-bottom, (c) 2columns
|
||||
mode "$mode_choose_layout" {
|
||||
bindsym h exec i3l vstack 0.5 right, mode "default"
|
||||
bindsym l exec i3l vstack 0.5 left, mode "default"
|
||||
bindsym j exec i3l hstack 0.5 up, mode "default"
|
||||
bindsym k exec i3l hstack 0.5 down, mode "default"
|
||||
bindsym c exec i3l 2columns left, mode "default"
|
||||
|
||||
# back to normal: Escape
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
bindsym $mod+G mode "$mode_choose_layout"
|
||||
|
||||
bindsym $mod+Ctrl+h exec i3l vstack 0.5 right, mode "default"
|
||||
bindsym $mod+Ctrl+l exec i3l vstack 0.5 left, mode "default"
|
||||
bindsym $mod+Ctrl+j exec i3l hstack 0.5 up, mode "default"
|
||||
bindsym $mod+Ctrl+k exec i3l hstack 0.5 down, mode "default"
|
||||
|
||||
bindsym $mod+Ctrl+Left exec i3l vstack 0.5 right, mode "default"
|
||||
bindsym $mod+Ctrl+Right exec i3l vstack 0.5 left, mode "default"
|
||||
bindsym $mod+Ctrl+Down exec i3l hstack 0.5 up, mode "default"
|
||||
bindsym $mod+Ctrl+Up exec i3l hstack 0.5 down, mode "default"
|
||||
|
||||
#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 qalculate-gtk
|
||||
# bindsym $mod+p exec xwacomcalibrate
|
||||
# bindsym $mod+t exec thunar
|
||||
bindsym $mod+t exec krusader
|
||||
bindsym $mod+p exec xwacomcalibrate
|
||||
bindsym $mod+t exec thunar
|
||||
# bindsym $mod+t exec krusader
|
||||
#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
|
||||
|
||||
bindsym $mod+p [con_mark="i3l::previous"] focus
|
||||
bindsym $mod+m [con_mark="i3l:[^:]+:main" workspace="__focused__"] focus
|
||||
# bindsym $mod+Shift+m [con_mark="i3l:[^:]+:main" workspace="__focused__"] focus; exec i3l swap container with mark "i3l::previous"
|
||||
#exec $scripts/i3l-swap-master
|
||||
# bindsym $mod+Shift+m exec i3l [con_mark="i3l:[^:]+:main" workspace="__focused__"] swap container with mark "i3l::current"
|
||||
# bindsym $mod+Shift+m exec i3l swap container with mark "__focused__:main"
|
||||
|
||||
# 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
|
||||
@ -368,7 +326,6 @@ exec firefox
|
||||
#exec element-desktop no_focus
|
||||
#exec telegram-desktop no_focus
|
||||
|
||||
exec_always --no-startup-id i3-layouts
|
||||
# Rightclick menu
|
||||
exec_always --no-startup-id ~/.config/polybar/startup.sh
|
||||
exec --no-startup-id jgmenu --at-pointer --hide-on-startup
|
||||
@ -388,16 +345,9 @@ exec --no-startup-id start-pulseaudio-x11
|
||||
#exec --no-startup-id feh --randomize --bg-fill /home/julian/Pictures/Hintergrundbilder/*
|
||||
exec --no-startup-id feh --bg-fill /home/julian/Bilder/background.jpg
|
||||
# Notifications
|
||||
# exec --no-startup-id dunst -config /home/julian/.config/dunst/dunstrc
|
||||
exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
|
||||
exec --no-startup-id dunst -config /home/julian/.config/dunst/dunstrc
|
||||
# exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
|
||||
|
||||
# Default workspaces at startup (no need because autostart applications get always focused)
|
||||
#exec --no-startup-id i3-msg workspace $ws1
|
||||
#exec --no-startup-id i3-msg workspace $ws10
|
||||
|
||||
#bindsym $mod+Ctrl+q exec i3l 'vstack right' && notify-send 'Layout vstack right'
|
||||
#bindsym $mod+Ctrl+w exec i3l 'vstack left' && notify-send 'Layout vstack left'
|
||||
#bindsym $mod+Ctrl+e exec 'i3l hstack down' && notify-send 'Layout hstack down'
|
||||
#bindsym $mod+Ctrl+r exec 'i3l hstack up' && notify-send 'Layout hstack up'
|
||||
#bindsym $mod+Ctrl+t exec i3l 3columns right && notify-send 'Layout 3columns'
|
||||
#bindsym $mod+Ctrl+z exec i3l 2columns left && notify-send 'Layout 2columns'
|
||||
|
Reference in New Issue
Block a user