Increased font size
This commit is contained in:
parent
a4ddfd0036
commit
846d98390e
1 changed files with 20 additions and 28 deletions
|
@ -1,35 +1,14 @@
|
||||||
# This file has been auto-generated by i3-config-wizard(1).
|
|
||||||
# It will not be overwritten, so edit it as you like.
|
|
||||||
#
|
|
||||||
# Should you change your keyboard layout some time, delete
|
|
||||||
# this file and re-run i3-config-wizard(1).
|
|
||||||
#
|
|
||||||
|
|
||||||
# i3 config file (v4)
|
|
||||||
#
|
|
||||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
font pango:DejaVu Sans Mono 6
|
font pango:DejaVu Sans Mono 10
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
|
||||||
bindsym $mod+Return exec urxvt
|
|
||||||
|
|
||||||
# kill focused window
|
# -------------------------------------------------------------------------------------------------
|
||||||
bindsym $mod+Shift+q kill
|
# WINDOW FOCUS/SPLIT/MOVE
|
||||||
bindsym Control+q kill
|
#
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
|
||||||
bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-8'
|
|
||||||
bindsym Mod1+space exec "rofi -show combi"
|
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
|
||||||
# installed.
|
|
||||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
|
@ -90,7 +69,6 @@ set $wksp3 "3: Slack"
|
||||||
set $wksp4 "4: Spotify"
|
set $wksp4 "4: Spotify"
|
||||||
set $wksp5 "5: Graphics"
|
set $wksp5 "5: Graphics"
|
||||||
|
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
bindsym $mod+1 workspace $wksp1
|
bindsym $mod+1 workspace $wksp1
|
||||||
bindsym $mod+2 workspace $wksp2
|
bindsym $mod+2 workspace $wksp2
|
||||||
|
@ -167,7 +145,7 @@ bindsym $mod+r mode "resize"
|
||||||
#
|
#
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
font pango:DejaVu Sans Mono, Icons 8
|
font pango:DejaVu Sans Mono, Icons 10
|
||||||
status_command py3status
|
status_command py3status
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
|
@ -212,21 +190,35 @@ workspace_layout tabbed
|
||||||
# BIND KEYS APPS
|
# BIND KEYS APPS
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# kill focused window
|
||||||
|
bindsym $mod+Shift+q kill
|
||||||
|
bindsym Control+q kill
|
||||||
|
|
||||||
|
# start dmenu (a program launcher)
|
||||||
|
bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-10'
|
||||||
|
bindsym Mod1+space exec "rofi -show combi"
|
||||||
|
|
||||||
|
# start a terminal
|
||||||
|
bindsym $mod+Return exec urxvt
|
||||||
|
|
||||||
# Lock session
|
# Lock session
|
||||||
bindsym $mod+Mod1+l exec "~/Bin/lock.sh"
|
bindsym $mod+Mod1+l exec "~/Bin/lock.sh"
|
||||||
bindsym Mod1+Control+q exec "~/Bin/lock.sh"
|
bindsym Mod1+Control+q exec "~/Bin/lock.sh"
|
||||||
|
|
||||||
# File browser
|
# File browser
|
||||||
bindsym $mod+f exec "rofi -modi 'fb:~/.local/share/rofi/rofi-file-browser.sh' -show fb"
|
bindsym $mod+f exec "rofi -modi 'fb:~/.local/share/rofi/rofi-file-browser.sh' -show fb"
|
||||||
|
|
||||||
# Find file in user directory
|
# Find file in user directory
|
||||||
bindsym $mod+x exec "rofi -modi 'find:~/.local/share/rofi/finder.sh' -show find"
|
bindsym $mod+x exec "rofi -modi 'find:~/.local/share/rofi/finder.sh' -show find"
|
||||||
# Shop top
|
|
||||||
|
# Show top
|
||||||
bindsym $mod+t exec "rofi -show top -modi top"
|
bindsym $mod+t exec "rofi -show top -modi top"
|
||||||
|
|
||||||
# Multimedia keys
|
# Multimedia keys
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5%
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5%
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` -5%
|
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` -5%
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute `pactl info|grep Sink|cut -d: -f 2` toggle
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute `pactl info|grep Sink|cut -d: -f 2` toggle
|
||||||
|
|
||||||
# Screen brighness
|
# Screen brighness
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id ~/Bin/brightness.sh down
|
bindsym XF86MonBrightnessDown exec --no-startup-id ~/Bin/brightness.sh down
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id ~/Bin/brightness.sh up
|
bindsym XF86MonBrightnessUp exec --no-startup-id ~/Bin/brightness.sh up
|
||||||
|
|
Loading…
Reference in a new issue