update config file
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
iipcm.!default {
|
pcm.!default {
|
||||||
type hw
|
type hw
|
||||||
card PCH
|
card 1
|
||||||
}
|
}
|
||||||
|
|
||||||
ctl.!default {
|
ctl.!default {
|
||||||
type hw
|
type hw
|
||||||
card PCH
|
card 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|||||||
# autogenerated = 1 # remove this line to remove the warning
|
# autogenerated = 1 # remove this line to remove the warning
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=eDP-1,1920x1080@60,auto,1
|
monitor=eDP-1,1920x1080@60,0x1440,1
|
||||||
monitor=DP-1,preferred,auto,1
|
#monitor=DP-1,preferred,auto,1
|
||||||
|
monitor=DP-1,2560x1440@75,0x0,1
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
@@ -163,8 +164,8 @@ bind = $mainMod, Q, exec, kitty
|
|||||||
bind = $mainMod, R, exec, pkill wofi; wofi --show drun
|
bind = $mainMod, R, exec, pkill wofi; wofi --show drun
|
||||||
# bind = $mainMod, E, exec, kitty ranger
|
# bind = $mainMod, E, exec, kitty ranger
|
||||||
bind = $mainMod, E, exec, dolphin
|
bind = $mainMod, E, exec, dolphin
|
||||||
bind = $mainMod, I, exec, env DESKTOPINTEGRATION=false /usr/bin/obsidian %u --no-sandbox %U
|
bind = $mainMod, N, exec, env DESKTOPINTEGRATION=false /usr/bin/obsidian %u --no-sandbox %U
|
||||||
bind = $mainMod, K, exec, /usr/bin/logseq %U
|
bind = $mainMod, W, exec, /usr/bin/logseq %U
|
||||||
bind = $mainMod, L, exec, swaylock # Lock the screen
|
bind = $mainMod, L, exec, swaylock # Lock the screen
|
||||||
bind = $mainMod, G, exec, google-chrome-stable
|
bind = $mainMod, G, exec, google-chrome-stable
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
@@ -218,5 +219,5 @@ bindm = $mainMod, mouse:272, movewindow
|
|||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
# Brightness control
|
# Brightness control
|
||||||
binde = $mainMod SHIFT, P, exec, xbacklight -inc 5
|
binde = $mainMod SHIFT, P, exec, brightnessctl set 5%+
|
||||||
binde = $mainMod SHIFT, O, exec, xbacklight -dec 5
|
binde = $mainMod SHIFT, O, exec, brightnessctl set 5%-
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 944 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 507 KiB After Width: | Height: | Size: 1.7 MiB |
@@ -122,8 +122,8 @@
|
|||||||
"device": "intel_backlight",
|
"device": "intel_backlight",
|
||||||
"format": "{icon} {percent}%",
|
"format": "{icon} {percent}%",
|
||||||
"format-icons": ["", "", ""],
|
"format-icons": ["", "", ""],
|
||||||
"on-scroll-up": "xbaxklight -inc 1",
|
"on-scroll-up": "brightnessctl set 1%+",
|
||||||
"on-scroll-down": "xbacklight -dec 1",
|
"on-scroll-down": "brightnessctl set 1%-",
|
||||||
"min-length": 6
|
"min-length": 6
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -148,3 +148,8 @@ alias installnotes="yay -S logseq-desktop obsidian-appimage zathura zathura-pdf-
|
|||||||
alias installsddm="yay -S sddm sddm-sugar-candy-git"
|
alias installsddm="yay -S sddm sddm-sugar-candy-git"
|
||||||
alias inatallother="yay -S blueman nm-connection-editor xf86-video-intel 7-zip-full neofetch acpilight google-chrome"
|
alias inatallother="yay -S blueman nm-connection-editor xf86-video-intel 7-zip-full neofetch acpilight google-chrome"
|
||||||
alias installcode="sudo pacman -S ruby go jdk17-openjdk python-pip npm clang cargo"
|
alias installcode="sudo pacman -S ruby go jdk17-openjdk python-pip npm clang cargo"
|
||||||
|
|
||||||
|
# read books
|
||||||
|
alias jvm=""
|
||||||
|
alias java8sz=""
|
||||||
|
alias postgresql=""
|
||||||
|
|||||||
Reference in New Issue
Block a user