new stuff
This commit is contained in:
@@ -35,6 +35,13 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id su brightnessctl set +10%
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 10%-
|
||||
|
||||
|
||||
for_window [class="Gnome-calculator"] floating enable
|
||||
for_window [class="Gnome-screenshot"] floating enable
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
@@ -42,6 +49,8 @@ floating_modifier $mod
|
||||
exec --no-startup-id polybar --config=/home/kacperks/.config/polybar/config.ini top
|
||||
exec --no-startup-id feh --bg-scale /home/kacperks/a.jpg
|
||||
|
||||
bindsym --release Print exec gnome-screenshot
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec kitty
|
||||
|
||||
@@ -56,6 +65,12 @@ bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
||||
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
|
||||
#for_window [class=".*"] border pixel 0
|
||||
gaps outer 5
|
||||
gaps inner 5
|
||||
gaps bottom 5
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
bindsym $mod+k focus down
|
||||
@@ -104,6 +119,7 @@ bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
# Gaps
|
||||
@@ -187,9 +203,3 @@ mode "resize" {
|
||||
}
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user